mirror of
https://github.com/doukutsu-rs/doukutsu-rs
synced 2025-01-30 14:17:25 +00:00
Change build number
This commit is contained in:
parent
2b1411787b
commit
10e4d3efff
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -83,7 +83,7 @@ jobs:
|
||||||
if [ "${{ github.ref_type }}" == "tag" ]; then
|
if [ "${{ github.ref_type }}" == "tag" ]; then
|
||||||
export DRS_BUILD_VERSION_OVERRIDE="{{ github.ref_name }}"
|
export DRS_BUILD_VERSION_OVERRIDE="{{ github.ref_name }}"
|
||||||
else
|
else
|
||||||
export DRS_BUILD_VERSION_OVERRIDE="0.101.0-${{ github.run_number }}-${{ github.ref_name }}"
|
export DRS_BUILD_VERSION_OVERRIDE="0.101.0-$((${{ github.run_number }} + 654))-${{ github.ref_name }}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
mkdir release
|
mkdir release
|
||||||
|
@ -148,7 +148,7 @@ jobs:
|
||||||
if [ "${{ github.ref_type }}" == "tag" ]; then
|
if [ "${{ github.ref_type }}" == "tag" ]; then
|
||||||
export DRS_BUILD_VERSION_OVERRIDE="{{ github.ref_name }}"
|
export DRS_BUILD_VERSION_OVERRIDE="{{ github.ref_name }}"
|
||||||
else
|
else
|
||||||
export DRS_BUILD_VERSION_OVERRIDE="0.101.0-${{ github.run_number }}-${{ github.ref_name }}"
|
export DRS_BUILD_VERSION_OVERRIDE="0.101.0-$((${{ github.run_number }} + 654))-${{ github.ref_name }}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cd app
|
cd app
|
||||||
|
|
Loading…
Reference in a new issue