diff --git a/scripts/full-release.sh b/scripts/full-release.sh index 6b70d5f..8699bbc 100755 --- a/scripts/full-release.sh +++ b/scripts/full-release.sh @@ -66,7 +66,7 @@ fi if [[ $SKIP_CRATE_PUBLISH == true ]]; then params+=(--no-publish) fi -cargo smart-release --update-crates-index --no-changelog --no-publish "${params[@]}" +cargo smart-release --update-crates-index --no-changelog --no-publish --no-push "${params[@]}" #echo "Verify that the publish succeeded, and Press any key to continue..." # read -n 1 -s -r