Skip to content

Commit

Permalink
Push version tags
Browse files Browse the repository at this point in the history
  • Loading branch information
folbricht committed May 10, 2024
1 parent ef5f55c commit cdf702d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/version_bump.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ jobs:
git tag -a $CHANGE_BUILD_VERSION -m "Automatic release version number: $CHANGE_BUILD_NUMBER. Automatic build number: $CHANGE_BUILD_VERSION. Build date: $CURRENT_BUILD_TIME"
# PUSH
git push origin HEAD:master
git push origin HEAD:$CHANGE_BUILD_VERSION
git push origin --follow-tags

0 comments on commit cdf702d

Please sign in to comment.