Skip to content

Commit e3bc0ec

Browse files
authored
Update publish.yml
1 parent 235604b commit e3bc0ec

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/publish.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,13 @@ jobs:
4545
env:
4646
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4747

48+
- name: upload node logs
49+
uses: actions/[email protected]
50+
with:
51+
name: node-logs
52+
path: C:\npm\cache\_logs
53+
continue-on-error: true
54+
if: always()
4855

4956
- name: yarn install
5057
run: yarn install

0 commit comments

Comments
 (0)