ci: Create a new GitHub tag as well when releasing [skip ci]

This commit is contained in:
2024-11-25 18:37:30 -07:00
parent da785355d6
commit 98ff5184e1
3 changed files with 5 additions and 125 deletions
+4
View File
@@ -61,6 +61,10 @@ jobs:
run: |
git commit --amend --no-edit -m "$(git log -1 --pretty=%B) [skip ci]"
- name: Create the new tag
run: |
git tag $(cz version --project)
- name: Push changes
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}