Skip to content

Commit

Permalink
Report whoami when publishing to npm.
Browse files Browse the repository at this point in the history
  • Loading branch information
wparad committed Sep 5, 2024
1 parent d5e1860 commit d9e8c59
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:
- name: Test
run: yarn lint && yarn test

- name: NPM Login
run: npm whoami

- name: Deploy to NPM
if: github.repository_owner == 'Authress-Engineering' && github.ref != 'refs/heads/main' && github.ref != 'refs/heads/master' && github.event_name == 'push'
run: npm publish --access public
Expand Down

0 comments on commit d9e8c59

Please sign in to comment.