Skip to content

Commit 4fdf7cf

Browse files
authored
[ci] Fix runtime_prereleases (facebook#34722)
When using the "only" or "skip" option in the workflow, we were adding the `--skipTests` param, but that isn't an actual option: https://github.com/facebook/react/blob/1de32a5e75fe96ac3c1b728a117010e11673f6ed/scripts/release/publish-commands/parse-params.js
1 parent 614a945 commit 4fdf7cf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/runtime_prereleases.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ jobs:
8282
run: |
8383
scripts/release/publish.js \
8484
--ci \
85-
--skipTests \
8685
--tags=${{ inputs.dist_tag }} \
8786
--onlyPackages=${{ inputs.only_packages }} ${{ (inputs.dry && '') || '\'}}
8887
${{ inputs.dry && '--dry' || '' }}
@@ -91,7 +90,6 @@ jobs:
9190
run: |
9291
scripts/release/publish.js \
9392
--ci \
94-
--skipTests \
9593
--tags=${{ inputs.dist_tag }} \
9694
--skipPackages=${{ inputs.skip_packages }} ${{ (inputs.dry && '') || '\'}}
9795
${{ inputs.dry && '--dry' || '' }}

0 commit comments

Comments
 (0)