ci: Fixed the commitizen bump to not require a full re-run of test suites when releasing [skip ci]

This commit is contained in:
2024-11-25 18:08:49 -07:00
parent 2efbdad4f0
commit 0bb839c0a0
+1 -1
View File
@@ -55,7 +55,7 @@ jobs:
- name: Bump version with Commitizen
run: |
cz bump --yes --increment ${{ github.event.inputs.bump_type }}
cz bump --yes --increment ${{ github.event.inputs.bump_type }} --message "chore: bump version [skip ci]"
- name: Push changes
env: