diff --git a/bonnie.toml b/bonnie.toml index bfc70f24fa..a4077da3ff 100644 --- a/bonnie.toml +++ b/bonnie.toml @@ -113,6 +113,7 @@ publish.cmd = [ "bonnie check-branch stable", "cd packages/perseus-macro", "cargo publish %%", + "sleep 60", # Wait for `crates.io` to be ready "cd ../perseus", "cargo publish %%", "cd ../perseus-cli",