We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9e8c59 commit 2fad8a1Copy full SHA for 2fad8a1
1 file changed
.github/workflows/nodejs.yml
@@ -42,9 +42,6 @@ jobs:
42
- name: Test
43
run: yarn lint && yarn test
44
45
- - name: NPM Login
46
- run: npm whoami
47
-
48
- name: Deploy to NPM
49
if: github.repository_owner == 'Authress-Engineering' && github.ref != 'refs/heads/main' && github.ref != 'refs/heads/master' && github.event_name == 'push'
50
run: npm publish --access public
0 commit comments