Skip to content

Commit 08016e4

Browse files
committed
ci: increase publish sleep to 60s to avoid rate limits
1 parent fa56eca commit 08016e4

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,8 +365,9 @@ jobs:
365365
366366
echo "::endgroup::"
367367
368-
# Wait for crates.io index to update before next publish
369-
sleep 30
368+
# Wait for crates.io index to update and avoid rate limits
369+
# New crate names have stricter limits than version updates
370+
sleep 60
370371
}
371372
372373
# Publish in dependency order

0 commit comments

Comments
 (0)