mirror of
https://github.com/GuillemCastro/spotify-dl.git
synced 2024-11-10 05:20:25 +01:00
try to fix create-release again
This commit is contained in:
parent
5806b26baf
commit
64cb5ef64a
1 changed files with 3 additions and 3 deletions
6
.github/workflows/create-release.yml
vendored
6
.github/workflows/create-release.yml
vendored
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue