ci: Create a new GitHub tag as well when releasing [skip ci]
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user