@samitouri / QOS-React / commits / 9f0508fcf4

[final] Actually publish packages to npm

ghstack-source-id: 78a358a81726f1e9898be7f46de23e80005b5bfd Pull Request resolved: https://github.com/facebook/react/pull/30618

Lauren Tan committed Aug 6, 2024 at 15:04 UTC 9f0508fcf47026cdc58e49a15e5865b66a24480f
1 file changed +3 -2
.github/workflows/compiler_prereleases.yml
+3 -2
@@ -46,6 +46,7 @@ jobs:
46 path: "**/node_modules"
47 key: ${{ runner.arch }}-${{ runner.os }}-modules-${{ hashFiles('compiler/**/yarn.lock') }}
48 - run: yarn install --frozen-lockfile
49 - - run: |
49 + - name: Publish packages to npm
50 + run: |
51 cp ./scripts/release/ci-npmrc ~/.npmrc
51 - scripts/release/publish.js --ci --tags ${{ inputs.dist_tag }}
52 + scripts/release/publish.js --frfr --ci --tags ${{ inputs.dist_tag }}