Skip to content

Commit 56c7d10

Browse files
authored
[ci] Upload release for easier debugging (facebook#32492)
Uploads the releases that were published in case to help with debugging or verifying a dry run. --- [//]: # (BEGIN SAPLING FOOTER) Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/react/pull/32492). * __->__ facebook#32492 * facebook#32491
1 parent 7e2ea90 commit 56c7d10

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/runtime_releases_from_npm_manual.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,3 +117,9 @@ jobs:
117117
--publishVersion=${{ inputs.version_to_publish }} \
118118
--skipPackages=${{ inputs.skip_packages }} ${{ (inputs.dry && '') || '\'}}
119119
${{ inputs.dry && '--dry'}}
120+
- name: Archive released package for debugging
121+
uses: actions/upload-artifact@v4
122+
with:
123+
name: build
124+
path: |
125+
./build/node_modules

0 commit comments

Comments
 (0)