[ci] Dry run with debug mode (#34767)
Adds `--debug` to our dry run command so we can see the npm dry run output
lauren committed
Oct 7, 2025 at 15:16 UTC
5c15c1cd3442f28044217703b5625f98c40042ee
1 file changed
+1
-1
.github/workflows/compiler_prereleases.yml
+1
-1
@@ -62,7 +62,7 @@ jobs:
62
name: Publish packages to npm (dry run)
63
run: |
64
cp ./scripts/release/ci-npmrc ~/.npmrc
65
- scripts/release/publish.js --ci --versionName=${{ inputs.version_name }} --tag=${{ inputs.dist_tag }} ${{ inputs.tag_version && format('--tagVersion={0}', inputs.tag_version) || '' }}
65
+ scripts/release/publish.js --frfr --debug --ci --versionName=${{ inputs.version_name }} --tag=${{ inputs.dist_tag }} ${{ inputs.tag_version && format('--tagVersion={0}', inputs.tag_version) || '' }}
66
- if: inputs.dry_run != true
67
name: Publish packages to npm
68
run: |