We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60a8234 commit 6058a5bCopy full SHA for 6058a5b
.github/workflows/bump.yml
@@ -20,4 +20,4 @@ jobs:
20
shell: bash
21
run: |
22
git tag -f ${{ github.event.client_payload.package_version }}
23
- git push origin ${{ github.event.client_payload.package_version }}
+ git push -f origin ${{ github.event.client_payload.package_version }}
0 commit comments