ci: Fixed the commitizen commit to skip CI [skip ci]

This commit is contained in:
2024-11-25 18:14:20 -07:00
parent 42339e65d4
commit bae450f23e
2 changed files with 6 additions and 2 deletions
+5 -1
View File
@@ -55,7 +55,11 @@ jobs:
- name: Bump version with Commitizen
run: |
cz bump --yes --increment ${{ github.event.inputs.bump_type }} --message "chore: bump version [skip ci]"
cz bump --yes --increment ${{ github.event.inputs.bump_type }}
- name: Amend commit message to include '[skip ci]'
run: |
git commit --amend --no-edit -m "$(git log -1 --pretty=%B) [skip ci]"
- name: Push changes
env: