Skip to content

Commit

Permalink
use --locked for cargo install cargo-release
Browse files Browse the repository at this point in the history
  • Loading branch information
buffalojoec committed Jan 15, 2025
1 parent 5058b10 commit 3fc90f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-rust-client.yml
Original file line number Diff line number Diff line change
@@ -79,7 +79,7 @@ jobs:
rustfmt: true

- name: Install Cargo Release
run: which cargo-release || cargo install cargo-release
run: which cargo-release || cargo install cargo-release --version 0.25.11 --locked

- name: Ensure CARGO_REGISTRY_TOKEN variable is set
env:

0 comments on commit 3fc90f8

Please sign in to comment.