Skip to content

Commit 2fad8a1

Browse files
committed
Remove npm login, as it doesn't work.
1 parent d9e8c59 commit 2fad8a1

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/nodejs.yml

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

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

0 commit comments

Comments
 (0)