Skip to content

Commit

Permalink
fix: tag message [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
gavanlamb committed Jun 19, 2024
1 parent 217ab22 commit ff3484b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
git_tag_gpgsign: true
- name: Create and push tag
run: |
git tag -s ${{ env.tag }} -m "${{ env.tag }}}"
git tag -s ${{ env.tag }} -m "${{ env.tag }}"
git push origin tag ${{ env.tag }}
- name: Generate changelog
id: changelog
Expand Down

0 comments on commit ff3484b

Please sign in to comment.