Skip to content

Commit

Permalink
Remove npm login, as it doesn't work.
Browse files Browse the repository at this point in the history
  • Loading branch information
wparad committed Sep 5, 2024
1 parent d9e8c59 commit 2fad8a1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ 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 2fad8a1

Please sign in to comment.