From b0391889b023afd7647b9f1f561376152e2ecbe8 Mon Sep 17 00:00:00 2001 From: kazuya kawaguchi Date: Tue, 12 Sep 2023 14:47:55 +0900 Subject: [PATCH] chore: fix release with latest tag --- scripts/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release.sh b/scripts/release.sh index 09ed9a2b8..fe6ce59f6 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -23,7 +23,7 @@ for PKG in packages/* ; do continue fi pushd $PKG - TAG="next" + TAG="latest" echo "⚡ Publishing $PKG with tag $TAG" pnpm publish --access public --no-git-checks --tag $TAG popd > /dev/null