Skip to content

Commit

Permalink
Use lightweight git tagging. (#823)
Browse files Browse the repository at this point in the history
  • Loading branch information
kopepasah authored Nov 8, 2022
1 parent 4c61763 commit b236259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Publish new tag
run: |
git tag -a $NEW_TAG_VERSION
git tag $NEW_TAG_VERSION
git push origin $NEW_TAG_VERSION
release:
Expand Down

0 comments on commit b236259

Please sign in to comment.