Skip to content

Commit

Permalink
do not use annotated tags
Browse files Browse the repository at this point in the history
  • Loading branch information
ranchodeluxe committed Jul 9, 2024
1 parent 638a901 commit d30ef75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
git config --global user.email "[email protected]"
git config --global user.name "GitHub Actions"
git commit -am $COMMIT_MSG
git tag -a $TAG
git tag $TAG
git push origin main --tags
- name: create github release (triggers release)
Expand Down

0 comments on commit d30ef75

Please sign in to comment.