We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72fb67f commit 06042a7Copy full SHA for 06042a7
.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