Skip to content

Commit

Permalink
v2.0: ci: hardcode crate publishing version (#4515)
Browse files Browse the repository at this point in the history
ci: hardcode rust version for publish-crate
  • Loading branch information
yihau authored Jan 17, 2025
1 parent 7f759d1 commit 89906f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/publish-crate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ for Cargo_toml in $Cargo_tomls; do
set -x

crate=$(dirname "$Cargo_toml")
cargoCommand="cargo publish --token $CRATES_IO_TOKEN"
cargoCommand="cargo +$rust_stable publish --token $CRATES_IO_TOKEN"

numRetries=10
for ((i = 1; i <= numRetries; i++)); do
Expand Down

0 comments on commit 89906f3

Please sign in to comment.