We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5c4231 commit 544652fCopy full SHA for 544652f
.github/workflows/release.yml
@@ -59,14 +59,6 @@ jobs:
59
uses: actions/checkout@v4
60
with:
61
fetch-depth: 0
62
-
63
- - name: Set up Rust
64
- uses: actions-rs/toolchain@v1
65
- id: rust-toolchain
66
- with:
67
- profile: minimal
68
- toolchain: nightly
69
- override: true
70
71
- name: Cache Cargo
72
uses: actions/cache@v4
@@ -79,6 +71,14 @@ jobs:
79
~/.cargo/git/db/
80
target/
81
73
key: ${{ matrix.target }}-cargo-${{ hashFiles('**/Cargo.lock') }}
74
+
75
+ - name: Set up Rust
76
+ uses: actions-rs/toolchain@v1
77
+ id: rust-toolchain
78
+ with:
+ profile: minimal
+ toolchain: nightly
+ override: true
82
83
- name: Install semantic-release-cargo
84
uses: taiki-e/install-action@v2
0 commit comments