Skip to content

Commit

Permalink
Merge pull request #907 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 4bedc10 + ab59e7b commit 8292559
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 8292559

Please sign in to comment.