We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a89e3ce commit dc7a7e8Copy full SHA for dc7a7e8
bin/publish
@@ -12,7 +12,7 @@ latest_version=$(npm view cross-fetch@latest version)
12
latest_major=$(echo $latest_version | cut -d. -f1)
13
14
15
-# 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!)
16
if [[ "$workflow_version" == *"-test"* ]]; then
17
npm publish --tag $workflow_track --dry-run && \
18
exit 0
0 commit comments