We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa56eca commit 08016e4Copy full SHA for 08016e4
1 file changed
.github/workflows/release.yml
@@ -365,8 +365,9 @@ jobs:
365
366
echo "::endgroup::"
367
368
- # Wait for crates.io index to update before next publish
369
- sleep 30
+ # Wait for crates.io index to update and avoid rate limits
+ # New crate names have stricter limits than version updates
370
+ sleep 60
371
}
372
373
# Publish in dependency order
0 commit comments