Skip to content

Commit c0dd117

Browse files
committed
[ci] Upload release for easier debugging
Uploads the releases that were published in case to help with debugging or verifying a dry run.
1 parent de1bcd3 commit c0dd117

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/runtime_releases_from_npm_manual.yml

+6
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)