ci: Fetch all tags first before running Commitizen [skip ci]
This commit is contained in:
@@ -53,6 +53,10 @@ jobs:
|
|||||||
git config user.name "github-actions[bot]"
|
git config user.name "github-actions[bot]"
|
||||||
git config user.email "github-actions[bot]@users.noreply.github.com"
|
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
|
- name: Bump version with Commitizen
|
||||||
run: |
|
run: |
|
||||||
cz bump --yes --increment ${{ github.event.inputs.bump_type }}
|
cz bump --yes --increment ${{ github.event.inputs.bump_type }}
|
||||||
|
|||||||
Reference in New Issue
Block a user