Skip to content

Commit

Permalink
NA - forgot to incude tagging git incantations
Browse files Browse the repository at this point in the history
  • Loading branch information
Flossy committed Oct 6, 2021
1 parent 993908f commit ea187f1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/rpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ jobs:
git config --local user.email "[email protected]"
git config --local user.name "Version Upgrade"
git commit -m "Version bump" -a
echo "TAG = $GIT_TAG"
git tag "$GIT_TAG"
git tag "${VERSION}-${NEW_RELEASE}"
git push origin master
git push origin "$GIT_TAG"
git push origin "${VERSION}-${NEW_RELEASE}"

0 comments on commit ea187f1

Please sign in to comment.