Skip to content

Commit

Permalink
Update bump CI workflow to use annotated tags (#818)
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJohnson authored Jan 1, 2025
1 parent 4703aec commit 0690aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
- name: Tag and push
shell: bash
run: |
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 }}"
git push -f origin ${{ github.event.client_payload.package_version }}

0 comments on commit 0690aad

Please sign in to comment.