Skip to content

Commit

Permalink
Use annotated tag for bump workflow (#637)
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencewhiz authored Jan 1, 2025
1 parent 0a8f326 commit d03f27e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
git commit -a -m "Bump export version to ${{ github.event.client_payload.package_version }}"
git push origin
fi
git tag -f ${{ github.event.client_payload.package_version }}
git tag -a -f ${{ github.event.client_payload.package_version }} -m "Version ${{ github.event.client_payload.package_version }}"
git push -f origin ${{ github.event.client_payload.package_version }}
if [ ! "$TAG_EXISTS" ]; then
git revert HEAD~1
Expand Down

0 comments on commit d03f27e

Please sign in to comment.