Skip to content

Commit

Permalink
ensure npm publish is marked as latest
Browse files Browse the repository at this point in the history
  • Loading branch information
sotojn committed Jan 16, 2025
1 parent 4bedc10 commit ab59e7b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ publish() {
echo "$name@$currentVersion -> $targetVersion"

if [ "$dryRun" == "false" ]; then
yarn npm publish \
--tag "$tag"
yarn npm publish
fi
else
echo "Not publishing:"
Expand Down

0 comments on commit ab59e7b

Please sign in to comment.