Skip to content

Commit 5ff27fc

Browse files
swenswen
authored andcommitted
wip
1 parent c26f3d7 commit 5ff27fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/release-all-rust-crates.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ for PACKAGE in "${PACKAGES[@]}"; do
2121
echo "Creating tag for Rust package: $PACKAGE v$VERSION"
2222
git tag "${PACKAGE}-v${VERSION}"
2323
git push origin "${PACKAGE}-v${VERSION}"
24-
for attempt in {1..3}; do
24+
for attempt in {1..2}; do
2525
echo "Attempt $attempt: Publishing $PACKAGE..."
2626
cargo release publish --package "$PACKAGE" --execute --no-confirm && break || echo "Attempt $attempt failed, retrying in 20..."
27-
sleep 13
27+
sleep 10
2828
done
2929
done

0 commit comments

Comments
 (0)