Skip to content

Commit 93d0e06

Browse files
fix: back off
1 parent e5ceffb commit 93d0e06

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-crates.yml

+2
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ jobs:
5858
cargo publish --no-verify -p tinymist-analysis || true
5959
cargo publish --no-verify -p tinymist-std || true
6060
cargo publish --no-verify -p tinymist-vfs || true
61+
echo "Sleeping for 60 seconds to avoid rate limit"
62+
sleep 60
6163
cargo publish --no-verify -p tinymist-world || true
6264
cargo publish --no-verify -p tinymist-task || true
6365
cargo publish --no-verify -p tinymist-project || true

0 commit comments

Comments
 (0)