Skip to content

Commit

Permalink
chore: next tag for release
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Nov 14, 2024
1 parent e1d966e commit 9cf2976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ for PKG in packages/* ; do
continue
fi
pushd $PKG
TAG="latest"
TAG="next"
echo "⚡ Publishing $PKG with tag $TAG"
pnpm publish --access public --no-git-checks --tag $TAG
popd > /dev/null
Expand Down

0 comments on commit 9cf2976

Please sign in to comment.