Skip to content

Commit

Permalink
Fix bump action for slid tag (#615)
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencewhiz committed Sep 20, 2024
1 parent 6f578ee commit 3c6103b
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 @@ -37,7 +37,7 @@ jobs:
git push origin
fi
git tag -f ${{ github.event.client_payload.package_version }}
git push origin ${{ github.event.client_payload.package_version }}
git push -f origin ${{ github.event.client_payload.package_version }}
if [ ! "$TAG_EXISTS" ]; then
git revert HEAD~1
git push origin
Expand Down

0 comments on commit 3c6103b

Please sign in to comment.