mirror of
https://github.com/GuillemCastro/spotify-dl.git
synced 2024-11-10 05:20:25 +01:00
fix create release
This commit is contained in:
parent
9be6396112
commit
fd95b5a0a9
1 changed files with 5 additions and 3 deletions
8
.github/workflows/create-release.yml
vendored
8
.github/workflows/create-release.yml
vendored
|
@ -19,11 +19,13 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: install Rust stable
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
- name: Bump version
|
||||
id: cargo-bump
|
||||
uses: tj-actions/cargo-bump@v3
|
||||
with:
|
||||
release_type: ${{ github.event.inputs.release_type }}
|
||||
run:
|
||||
cargo install cargo-bump --force
|
||||
cargo bump ${{ github.event.inputs.release_type }}
|
||||
- name: Commit changes
|
||||
uses: stefanzweifel/git-auto-commit-action@v4
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue