Skip to content

Commit

Permalink
Merge pull request #986 from terascope/fix-publish-script
Browse files Browse the repository at this point in the history
Ensure npm publish is marked as latest
  • Loading branch information
busma13 authored Jan 16, 2025
2 parents edf502b + 4735b29 commit 4431ff7
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 @@ -27,8 +27,7 @@ publish() {
echo "Publishing:"
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 4431ff7

Please sign in to comment.