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 4369ac6 commit 2e35961Copy full SHA for 2e35961
.github/workflows/publish.yml
@@ -25,7 +25,7 @@ jobs:
25
path: ~/.cargo/bin/cargo-release
26
key: ${{ runner.os }}-cargo-release
27
28
- - run: cargo install cargo-release
+ - run: cargo install cargo-release --locked
29
if: steps.cargo_release_cache.outputs.cache-hit != 'true'
30
31
- name: cargo login
0 commit comments