ci: Update the release flow [skip ci]

This commit is contained in:
2024-11-25 18:34:01 -07:00
parent a41f03c6b2
commit 4cabd5f0d0
2 changed files with 2 additions and 127 deletions
+2 -4
View File
@@ -53,10 +53,6 @@ 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 }}
@@ -92,6 +88,8 @@ jobs:
uses: dtolnay/rust-toolchain@stable
- name: Run release-plz
uses: MarcoIeni/release-plz-action@v0.5
with:
command: release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}