We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5e1860 commit d9e8c59Copy full SHA for d9e8c59
1 file changed
.github/workflows/nodejs.yml
@@ -42,6 +42,9 @@ 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