From 3fc90f863c2b15da21a08f285bf55098fa1e35b0 Mon Sep 17 00:00:00 2001 From: Joe Caulfield Date: Wed, 15 Jan 2025 10:32:22 +0800 Subject: [PATCH] use --locked for cargo install cargo-release --- .github/workflows/publish-rust-client.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-rust-client.yml b/.github/workflows/publish-rust-client.yml index 546cee7..2622627 100644 --- a/.github/workflows/publish-rust-client.yml +++ b/.github/workflows/publish-rust-client.yml @@ -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: