Skip to content

Commit

Permalink
chore: fix release with latest tag (#1544)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon authored Sep 12, 2023
1 parent dcec936 commit bf4454c
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="next"
TAG="latest"
echo "⚡ Publishing $PKG with tag $TAG"
pnpm publish --access public --no-git-checks --tag $TAG
popd > /dev/null
Expand Down

0 comments on commit bf4454c

Please sign in to comment.