Skip to content

Commit

Permalink
ci: update semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
vyfor committed Jan 3, 2025
1 parent d5c4231 commit 544652f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,6 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Set up Rust
uses: actions-rs/toolchain@v1
id: rust-toolchain
with:
profile: minimal
toolchain: nightly
override: true

- name: Cache Cargo
uses: actions/cache@v4
Expand All @@ -79,6 +71,14 @@ jobs:
~/.cargo/git/db/
target/
key: ${{ matrix.target }}-cargo-${{ hashFiles('**/Cargo.lock') }}

- name: Set up Rust
uses: actions-rs/toolchain@v1
id: rust-toolchain
with:
profile: minimal
toolchain: nightly
override: true

- name: Install semantic-release-cargo
uses: taiki-e/install-action@v2
Expand Down

0 comments on commit 544652f

Please sign in to comment.