Skip to content

Commit 9de97e2

Browse files
committed
Update bump CI workflow to use annotated tags
1 parent 06042a7 commit 9de97e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bump.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ jobs:
1919
- name: Tag and push
2020
shell: bash
2121
run: |
22-
git tag -f ${{ github.event.client_payload.package_version }}
22+
git tag -a -f ${{ github.event.client_payload.package_version }} -m "${{ github.event.client_payload.package_version }}"
2323
git push -f origin ${{ github.event.client_payload.package_version }}

0 commit comments

Comments
 (0)