mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
[compiler] Clean up publish script (#31278)
Few small tweaks to make it easier to run adhoc publishes --- [//]: # (BEGIN SAPLING FOOTER) Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/react/pull/31278). * #31283 * __->__ #31278
This commit is contained in:
2
.github/workflows/compiler_prereleases.yml
vendored
2
.github/workflows/compiler_prereleases.yml
vendored
@@ -49,4 +49,4 @@ jobs:
|
||||
- name: Publish packages to npm
|
||||
run: |
|
||||
cp ./scripts/release/ci-npmrc ~/.npmrc
|
||||
scripts/release/publish.js --frfr --ci --tags ${{ inputs.dist_tag }}
|
||||
scripts/release/publish.js --frfr --ci --versionName=0.0.0 --tag ${{ inputs.dist_tag }}
|
||||
|
||||
Reference in New Issue
Block a user