From ab59e7b4b6eaf459c776f443544f27f11d292976 Mon Sep 17 00:00:00 2001 From: sotojn Date: Thu, 16 Jan 2025 09:45:36 -0700 Subject: [PATCH] ensure npm publish is marked as latest --- scripts/publish.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/publish.sh b/scripts/publish.sh index c6476e05..9884bdf0 100755 --- a/scripts/publish.sh +++ b/scripts/publish.sh @@ -26,8 +26,7 @@ publish() { echo "$name@$currentVersion -> $targetVersion" if [ "$dryRun" == "false" ]; then - yarn npm publish \ - --tag "$tag" + yarn npm publish fi else echo "Not publishing:"