Skip to content

Commit a3bd8fa

Browse files
authored
ci: cargo release pin version (#51)
1 parent d1a6fc6 commit a3bd8fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-rust-client.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
rustfmt: true
8080

8181
- name: Install Cargo Release
82-
run: which cargo-release || cargo install cargo-release
82+
run: which cargo-release || cargo install cargo-release --locked --version 0.25.17
8383

8484
- name: Ensure CARGO_REGISTRY_TOKEN variable is set
8585
env:

0 commit comments

Comments
 (0)