remove errant live code in dry-run of publish.sh

This commit is contained in:
Sasha Hilton 2021-02-20 23:04:08 +00:00
parent 4e0f5e46a5
commit 66566e0b26

View file

@ -91,7 +91,6 @@ function publishCrates {
if [ "$CRATE" == "protocol" ]
then
# Protocol crate needs --no-verify option due to build.rs modification.
cargo publish --no-verify
if [ "$DRY_RUN" = 'true' ] ; then
cargo publish --no-verify --dry-run
else