Skip to content

Commit 1550acc

Browse files
committed
fix: tag name
1 parent 9339f87 commit 1550acc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ fi
2020
for PKG in packages/* ; do
2121
if [[ -d $PKG ]]; then
2222
pushd $PKG
23-
TAG="v11"
23+
TAG="beta"
2424
echo "⚡ Publishing $PKG with tag $TAG"
2525
pnpm publish --access public --no-git-checks --tag $TAG
2626
popd > /dev/null

0 commit comments

Comments
 (0)