[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:
lauren
2024-10-17 18:02:41 -04:00
committed by GitHub
parent c91b3b090a
commit 9c60cbe3d1
2 changed files with 34 additions and 28 deletions

View File

@@ -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 }}