Skip to content

Commit f61b540

Browse files
authored
fix: use next tag for v9 edge release (#3138)
1 parent e8c53bb commit f61b540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release-edge.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ fi
2121

2222
# Release package
2323
echo "⚡ Publishing edge version"
24-
npx [email protected] publish --access public --tolerate-republish
24+
npx [email protected] publish --tag next --access public --tolerate-republish

0 commit comments

Comments
 (0)