From 1e76e137abea038ab55fde16571abe1d31a780c4 Mon Sep 17 00:00:00 2001 From: nym21 Date: Sun, 25 Jan 2026 13:51:42 +0100 Subject: [PATCH] scripts: update release --- scripts/release.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/release.sh b/scripts/release.sh index 4bb558146..c1d4f371a 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -122,8 +122,8 @@ echo "" cd "$ROOT_DIR" -# Verify all -cargo publish --workspace --dry-run --allow-dirty +# Verify all crates package correctly +cargo package --workspace --allow-dirty # Version bump, commit, and tag (but don't publish yet) cargo release "$RELEASE_ARG" --execute --no-publish --no-confirm