Skip to content

Commit 0655916

Browse files
authored
v2: CI: Pin cargo-release in publish job (#430)
#### Problem The publish job is failing because cargo-release requires a newer version of Rust. #### Summary of changes Pin cargo-release. This only worked based on luck during the previous CI run, where we were able to restore the cargo-release binary from a cache, which didn't require building it.
1 parent 9f65c14 commit 0655916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
- name: Install cargo-release
148148
uses: taiki-e/cache-cargo-install-action@v2
149149
with:
150-
tool: cargo-release
150+
tool: cargo-release@0.25.18
151151

152152
- name: Ensure CARGO_REGISTRY_TOKEN variable is set
153153
env:

0 commit comments

Comments
 (0)