Skip to content

Commit 27b2f81

Browse files
committed
[ci] Dry run with debug mode
Adds `--debug` to our dry run command so we can see the npm dry run output
1 parent 69b4cb8 commit 27b2f81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compiler_prereleases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
name: Publish packages to npm (dry run)
6363
run: |
6464
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) || '' }}
6666
- if: inputs.dry_run != true
6767
name: Publish packages to npm
6868
run: |

0 commit comments

Comments
 (0)