Skip to content

Commit e0897e3

Browse files
committed
ci: use latest tag for nightly releases
1 parent ff8b654 commit e0897e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release-nightly.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ for p in packages/* ; do
2222
echo "Publishing $p"
2323
cp ../../LICENSE .
2424
cp ../../README.md .
25-
pnpm publish --access public --no-git-checks
25+
pnpm publish --access public --no-git-checks --tag latest
2626
popd
2727
done

0 commit comments

Comments
 (0)