Skip to content

Commit 4a5f14c

Browse files
updated upload.sh (#758)
1 parent f217885 commit 4a5f14c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/ports/rs_port/upload.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function publish() {
2828
# Check if versions do not match, and if so, publish them
2929
if [ ! "${crate_version}" = "${project_version}" ]; then
3030
echo "Publishing $1: ${crate_version} -> ${project_version}"
31-
cargo publish --verbose --locked --token ${CARGO_REGISTRY_TOKEN}
31+
cargo publish --verbose --locked --no-verify --token ${CARGO_REGISTRY_TOKEN}
3232
fi
3333
}
3434

0 commit comments

Comments
 (0)