Skip to content

Commit 5d0f63f

Browse files
Jayllyzanonrig
authored andcommitted
ci: remove setup toolchain
1 parent 4b14dbb commit 5d0f63f

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/release.yml

+4-7
Original file line numberDiff line numberDiff line change
@@ -80,18 +80,15 @@ jobs:
8080
with:
8181
persist-credentials: true
8282

83-
- name: Install Rust toolchain
84-
uses: moonrepo/setup-rust@v1
85-
with:
86-
bins: cargo-edit
87-
env:
88-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
89-
9083
- name: Publish to crates.io
9184
run: cargo publish
9285
env:
9386
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
9487

88+
- uses: taiki-e/install-action@v2
89+
with:
90+
tool: cargo-edit
91+
9592
- name: Update Cargo.toml version
9693
env:
9794
NEW_VERSION: ${{ inputs.publish-tag }}

0 commit comments

Comments
 (0)