Skip to content

Commit aa54696

Browse files
committed
ci: publish edge release with latest tag
1 parent cf0c13c commit aa54696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release-edge.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ fi
2222
for p in packages/* ; do
2323
pushd $p
2424
echo "Publishing $p"
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)