Skip to content

Commit

Permalink
Undo temporary hack
Browse files Browse the repository at this point in the history
  • Loading branch information
znichollscr committed Aug 5, 2024
1 parent c12f600 commit ccbb325
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/bump.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ jobs:
# Commit, tag and push
echo $NEW_VERSION
git commit -a -m "bump: version $BASE_VERSION -> $NEW_VERSION"
# git tag "v${NEW_VERSION}"
git tag "v6.5.16"
git tag "v${NEW_VERSION}"
git push && git push --tags
# Bump to alpha (so that future commits do not have the same
Expand Down

0 comments on commit ccbb325

Please sign in to comment.