ci: fix release version, again
This commit is contained in:
parent
aa0d5d46c5
commit
f92b502d6e
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -45,7 +45,7 @@ jobs:
|
||||||
git config --local user.name "Pterodactyl CI"
|
git config --local user.name "Pterodactyl CI"
|
||||||
git checkout -b $BRANCH
|
git checkout -b $BRANCH
|
||||||
git push -u origin $BRANCH
|
git push -u origin $BRANCH
|
||||||
sed -i "s/var Version = \".*\"/var Version = \"1.0.0\"/" system/const.go
|
sed -i "s/var Version = \".*\"/var Version = \"${REF:11}\"/" system/const.go
|
||||||
git add system/const.go
|
git add system/const.go
|
||||||
git commit -m "bump version for release"
|
git commit -m "bump version for release"
|
||||||
git push
|
git push
|
||||||
|
|
Loading…
Reference in New Issue
Block a user