Skip to content

Commit

Permalink
Force push sliding tags (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjreiniger authored Oct 7, 2024
1 parent 60a8234 commit 6058a5b
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 @@ -20,4 +20,4 @@ jobs:
shell: bash
run: |
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 }}

0 comments on commit 6058a5b

Please sign in to comment.