From 5b0917a13abe8f707f757cdfda96837064ca24dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samy=20Pess=C3=A9?= Date: Sat, 15 Nov 2025 23:36:35 +0100 Subject: [PATCH] Remove --dry-run in publish script --- scripts/publish-if-new.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/publish-if-new.sh b/scripts/publish-if-new.sh index a7e963b21..7dd18a566 100755 --- a/scripts/publish-if-new.sh +++ b/scripts/publish-if-new.sh @@ -37,4 +37,4 @@ fi # Clean up the tarball trap 'rm -f "${TARBALL_PATH}"' EXIT -npm publish "${TARBALL_PATH}" --no-workspaces --provenance --dry-run +npm publish "${TARBALL_PATH}" --no-workspaces --provenance