We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bebd51 commit 783097eCopy full SHA for 783097e
.github/workflows/publish.yml
@@ -17,3 +17,9 @@ jobs:
17
with:
18
token: ${{ secrets.NPM_TOKEN }}
19
access: public
20
+ - name: Upload npm debug log
21
+ if: failure() # This step will run only if the previous steps failed
22
+ uses: actions/upload-artifact@v2
23
+ with:
24
+ name: npm-debug-logs
25
+ path: /home/runner/.npm/_logs/*.log
0 commit comments