Skip to content

Commit

Permalink
chore: Add sleeps to publish script (#744)
Browse files Browse the repository at this point in the history
  • Loading branch information
LucioFranco committed Nov 4, 2022
1 parent 8b412c8 commit 8dfeb06
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions publish-release.sh
Expand Up @@ -21,6 +21,13 @@ CRATES=( \

for CRATE in "${CRATES[@]}"; do
pushd "$DIR/$CRATE"

echo "Publishing $CRATE"

cargo publish

echo "Sleeping 5 seconds...for the release to be visible"
sleep 5

popd
done

0 comments on commit 8dfeb06

Please sign in to comment.