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 69b4cb8 commit 27b2f81Copy full SHA for 27b2f81
.github/workflows/compiler_prereleases.yml
@@ -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) || '' }}
+ 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
0 commit comments