Skip to content

Commit 4e55512

Browse files
committed
chore: fix release tag
1 parent 2eddc3d commit 4e55512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: scripts/release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ for PKG in packages/* ; do
2323
continue
2424
fi
2525
pushd $PKG
26-
TAG="stable"
26+
TAG="latest"
2727
echo "⚡ Publishing $PKG with tag $TAG"
2828
pnpm publish --access public --no-git-checks --tag $TAG
2929
popd > /dev/null

0 commit comments

Comments
 (0)