diff --git a/tools/publish.sh b/tools/publish.sh index 16aaf3b5..ec86877f 100755 --- a/tools/publish.sh +++ b/tools/publish.sh @@ -62,7 +62,7 @@ function publish_crate() { else echo "Publishing version $CURRENT_VERSION..." if [ "$CRATE" = "pagetop" ]; then - cargo publish || { echo "Error publishing $CRATE"; exit 1; } + cargo publish -p || { echo "Error publishing $CRATE"; exit 1; } else cp "../../LICENSE-MIT" . cp "../../LICENSE-APACHE" .