Skip to content

Commit

Permalink
fix: set publish tag to latest (#3198)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobbieGoede authored Nov 3, 2024
1 parent e6e703f commit a9fb97c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 --tag next --access public --tolerate-republish
npx npm@8.17.0 publish --access public --tolerate-republish
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ fi

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

0 comments on commit a9fb97c

Please sign in to comment.