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 uses: dtolnay/rust-toolchain@stable
- name: Bump version - name: Bump version
id: cargo-bump id: cargo-bump
run: uses: tj-actions/cargo-bump@v3
cargo install cargo-bump --force with:
cargo bump ${{ github.event.inputs.release_type }} release_type: ${{ github.event.inputs.release_type }}
- name: Commit changes - name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4 uses: stefanzweifel/git-auto-commit-action@v4
with: with: