ci: Fetch all tags first before running Commitizen [skip ci]

This commit is contained in:
2024-11-25 18:27:25 -07:00
parent cde86cf9fd
commit a41f03c6b2
+4
View File
@@ -53,6 +53,10 @@ jobs:
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
- name: Fetch all tags
run: |
git fetch origin --tags
- name: Bump version with Commitizen
run: |
cz bump --yes --increment ${{ github.event.inputs.bump_type }}