mirror of
https://github.com/zebrajr/react.git
synced 2025-12-06 00:20:04 +01:00
[ci] Dry run with debug mode (#34767)
Adds `--debug` to our dry run command so we can see the npm dry run output
This commit is contained in:
parent
69b4cb8df4
commit
5c15c1cd34
2
.github/workflows/compiler_prereleases.yml
vendored
2
.github/workflows/compiler_prereleases.yml
vendored
|
|
@ -62,7 +62,7 @@ jobs:
|
|||
name: Publish packages to npm (dry run)
|
||||
run: |
|
||||
cp ./scripts/release/ci-npmrc ~/.npmrc
|
||||
scripts/release/publish.js --ci --versionName=${{ inputs.version_name }} --tag=${{ inputs.dist_tag }} ${{ inputs.tag_version && format('--tagVersion={0}', inputs.tag_version) || '' }}
|
||||
scripts/release/publish.js --frfr --debug --ci --versionName=${{ inputs.version_name }} --tag=${{ inputs.dist_tag }} ${{ inputs.tag_version && format('--tagVersion={0}', inputs.tag_version) || '' }}
|
||||
- if: inputs.dry_run != true
|
||||
name: Publish packages to npm
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user