try to fix create-release again

This commit is contained in:
Guillem Castro 2024-05-17 18:39:45 +02:00
parent 5806b26baf
commit 64cb5ef64a

View file

@ -23,9 +23,9 @@ jobs:
uses: dtolnay/rust-toolchain@stable
- name: Bump version
id: cargo-bump
run:
cargo install cargo-bump --force
cargo bump ${{ github.event.inputs.release_type }}
uses: tj-actions/cargo-bump@v3
with:
release_type: ${{ github.event.inputs.release_type }}
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
with: