Skip to content

Commit deb08fa

Browse files
authored
Update publish.yml
1 parent e3bc0ec commit deb08fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626

2727

2828
- name: login
29-
run: npm login
29+
run: npm login --verbose
3030
env:
3131
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3232

3333
- name: whoami
34-
run: npm whoami
34+
run: npm whoami --verbose
3535
env:
3636
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3737

0 commit comments

Comments
 (0)