Skip to content

Commit

Permalink
fix: use next tag for v9 edge release (#3138)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobbieGoede committed Sep 30, 2024
1 parent e8c53bb commit f61b540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release-edge.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ fi

# Release package
echo "⚡ Publishing edge version"
npx npm@8.17.0 publish --access public --tolerate-republish
npx npm@8.17.0 publish --tag next --access public --tolerate-republish

0 comments on commit f61b540

Please sign in to comment.