We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5623a2a commit 10fe32bCopy full SHA for 10fe32b
.github/workflows/bump.yml
@@ -19,5 +19,5 @@ jobs:
19
- name: Tag and push
20
shell: bash
21
run: |
22
- git tag ${{ github.event.client_payload.package_version }}
+ git tag -f ${{ github.event.client_payload.package_version }}
23
git push origin ${{ github.event.client_payload.package_version }}
0 commit comments