adjust release script

This commit is contained in:
Carson McManus 2023-06-29 17:50:14 -04:00
parent dc591212bb
commit 06ea485e55

View file

@ -66,7 +66,7 @@ fi
if [[ $SKIP_CRATE_PUBLISH == true ]]; then if [[ $SKIP_CRATE_PUBLISH == true ]]; then
params+=(--no-publish) params+=(--no-publish)
fi 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..." #echo "Verify that the publish succeeded, and Press any key to continue..."
# read -n 1 -s -r # read -n 1 -s -r