Skip to content

Commit

Permalink
ci: remove setup toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayllyz committed Dec 19, 2024
1 parent 79679c7 commit 56f72b8
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,18 +80,15 @@ jobs:
with:
persist-credentials: true

- name: Install Rust toolchain
uses: moonrepo/setup-rust@v1
with:
bins: cargo-edit
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Publish to crates.io
run: cargo publish
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

- uses: taiki-e/install-action@v2
with:
tool: cargo-edit

- name: Update Cargo.toml version
env:
NEW_VERSION: ${{ inputs.publish-tag }}
Expand Down

0 comments on commit 56f72b8

Please sign in to comment.