From b7c9c83dfa8b3b76fbe00ccd5adae3d4f62970bf Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Wed, 23 Apr 2025 15:28:41 +0200 Subject: [PATCH] chore(release): publish without npm tag --- scripts/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release.sh b/scripts/release.sh index 364a0276..b0aa118f 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -13,4 +13,4 @@ fi # Release package echo "Publishing @nuxt/ui" -npm publish -q --access public +npm publish --access public --no-tag