Skip to content

Commit

Permalink
fix(ci): skip release steps in build
Browse files Browse the repository at this point in the history
  • Loading branch information
believer committed Feb 23, 2023
1 parent 06c9222 commit a1efa17
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,14 +121,6 @@ jobs:
target/
key: ${{ runner.os }}-cargo-${{ steps.rust-toolchain.outputs.cachekey }}-${{ hashFiles('**/Cargo.lock') }}

- name: Install semantic-release-cargo
uses: taiki-e/install-action@v2
with:
tool: semantic-release-cargo@2

- name: Prepare semantic-release for Rust
run: semantic-release-cargo prepare ${{ needs.next-version.outputs.new_release_version }}

- name: Install cross
uses: taiki-e/install-action@v2
with:
Expand Down

0 comments on commit a1efa17

Please sign in to comment.