Skip to content

Commit

Permalink
chore: improved inline comment on publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
lquixada committed Jul 3, 2023
1 parent a89e3ce commit dc7a7e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/publish
Expand Up @@ -12,7 +12,7 @@ latest_version=$(npm view cross-fetch@latest version)
latest_major=$(echo $latest_version | cut -d. -f1)


# If it's a test prerelease, we just want to test the release workflow (dry run it!)
# If this has been triggered by a "vX.x-test" branch, we just want to test the release workflow (dry run it!)
if [[ "$workflow_version" == *"-test"* ]]; then
npm publish --tag $workflow_track --dry-run && \
exit 0
Expand Down

0 comments on commit dc7a7e8

Please sign in to comment.