mirror of
https://github.com/folbricht/routedns.git
synced 2026-01-06 01:30:00 -06:00
Update version_bump.yaml
This commit is contained in:
2
.github/workflows/version_bump.yaml
vendored
2
.github/workflows/version_bump.yaml
vendored
@@ -46,7 +46,7 @@ jobs:
|
||||
perl -0777 -i -pe "s/BuildTime.*string = \".*\"/BuildTime string = \"$CURRENT_BUILD_TIME\"/g" version.go
|
||||
perl -0777 -i -pe "s/BuildNumber.*string = \".*\"/BuildNumber string = \"$CURRENT_BUILD_NUMBER\"/g" version.go
|
||||
git add .
|
||||
git rebase --skip
|
||||
git rebase --skip || exit 0
|
||||
git commit -m "Automatic Version bump from GitHub Action at: `date` $CHANGE_BUILD_VERSION"
|
||||
git tag -a $CHANGE_BUILD_VERSION -m $CHANGE_BUILD_NUMBER $CHANGE_BUILD_VERSION
|
||||
git push origin HEAD:master
|
||||
|
||||
Reference in New Issue
Block a user