Skip to content

Commit 544652f

Browse files
committed
ci: update semantic release
1 parent d5c4231 commit 544652f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,6 @@ jobs:
5959
uses: actions/checkout@v4
6060
with:
6161
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
7062

7163
- name: Cache Cargo
7264
uses: actions/cache@v4
@@ -79,6 +71,14 @@ jobs:
7971
~/.cargo/git/db/
8072
target/
8173
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:
79+
profile: minimal
80+
toolchain: nightly
81+
override: true
8282

8383
- name: Install semantic-release-cargo
8484
uses: taiki-e/install-action@v2

0 commit comments

Comments
 (0)