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