Skip to content

Commit d9e8c59

Browse files
committed
Report whoami when publishing to npm.
1 parent d5e1860 commit d9e8c59

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ jobs:
4242
- name: Test
4343
run: yarn lint && yarn test
4444

45+
- name: NPM Login
46+
run: npm whoami
47+
4548
- name: Deploy to NPM
4649
if: github.repository_owner == 'Authress-Engineering' && github.ref != 'refs/heads/main' && github.ref != 'refs/heads/master' && github.event_name == 'push'
4750
run: npm publish --access public

0 commit comments

Comments
 (0)