Skip to content

Commit

Permalink
fix: tags must be annotated
Browse files Browse the repository at this point in the history
  • Loading branch information
kkostov committed Feb 12, 2024
1 parent 4a680c7 commit 93203f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/set-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
git config --global user.name 'Daniel Jilg'
git config --global user.email '[email protected]'
git commit -am "Update version to ${{ inputs.version }}"
git tag ${{ inputs.version }}
git tag -a ${{ inputs.version }} -m "${{ inputs.version }}"
git push --follow-tags

0 comments on commit 93203f7

Please sign in to comment.