mirror of
https://github.com/GuillemCastro/spotify-dl.git
synced 2024-11-10 05:20:25 +01:00
try to fix create-release again [skip ci]
This commit is contained in:
parent
64cb5ef64a
commit
0ec9b9eb72
1 changed files with 10 additions and 0 deletions
10
.github/workflows/create-release.yml
vendored
10
.github/workflows/create-release.yml
vendored
|
@ -21,6 +21,16 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: install Rust stable
|
- name: install Rust stable
|
||||||
uses: dtolnay/rust-toolchain@stable
|
uses: dtolnay/rust-toolchain@stable
|
||||||
|
- uses: actions/cache@v4
|
||||||
|
with:
|
||||||
|
path: |
|
||||||
|
~/.cargo/bin/
|
||||||
|
~/.cargo/registry/index/
|
||||||
|
~/.cargo/registry/cache/
|
||||||
|
~/.cargo/git/db/
|
||||||
|
key: ${{ runner.os }}-cargo-cargo-bump
|
||||||
|
- name: Clean cargo-bump
|
||||||
|
run: cargo uninstall cargo-bump || true
|
||||||
- name: Bump version
|
- name: Bump version
|
||||||
id: cargo-bump
|
id: cargo-bump
|
||||||
uses: tj-actions/cargo-bump@v3
|
uses: tj-actions/cargo-bump@v3
|
||||||
|
|
Loading…
Reference in a new issue