Skip to content

Commit dc7a7e8

Browse files
committed
chore: improved inline comment on publish script
1 parent a89e3ce commit dc7a7e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/publish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ latest_version=$(npm view cross-fetch@latest version)
1212
latest_major=$(echo $latest_version | cut -d. -f1)
1313

1414

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

0 commit comments

Comments
 (0)