Skip to content

Commit 34e6fe3

Browse files
committed
fix: add debug logs as artifact so we can debug it
1 parent ebe508f commit 34e6fe3

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/beta-release.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@ jobs:
4444
- name: Release a new beta version
4545
run: npm publish --tag beta --access public
4646

47+
- name: Upload npm debug logs
48+
if: failure()
49+
uses: actions/upload-artifact@v4
50+
with:
51+
name: npm-debug-logs
52+
path: /home/runner/.npm/_logs
53+
4754
- uses: actions/github-script@v6
4855
with:
4956
script: |

0 commit comments

Comments
 (0)