diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c8bd4c3..197d1b6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }}