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 abf0181 commit b0d099dCopy full SHA for b0d099d
.github/workflows/publish.yaml
@@ -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