We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b14dbb commit 5d0f63fCopy full SHA for 5d0f63f
.github/workflows/release.yml
@@ -80,18 +80,15 @@ jobs:
80
with:
81
persist-credentials: true
82
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
-
90
- name: Publish to crates.io
91
run: cargo publish
92
env:
93
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
94
+ - uses: taiki-e/install-action@v2
+ with:
+ tool: cargo-edit
+
95
- name: Update Cargo.toml version
96
97
NEW_VERSION: ${{ inputs.publish-tag }}
0 commit comments