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
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
- name: install Rust stable
|
||||||
|
uses: dtolnay/rust-toolchain@stable
|
||||||
- name: Bump version
|
- name: Bump version
|
||||||
id: cargo-bump
|
id: cargo-bump
|
||||||
uses: tj-actions/cargo-bump@v3
|
run:
|
||||||
with:
|
cargo install cargo-bump --force
|
||||||
release_type: ${{ github.event.inputs.release_type }}
|
cargo bump ${{ 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