Skip to content

Commit 0b8d986

Browse files
authored
Update publish.yml
1 parent deb08fa commit 0b8d986

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/publish.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ jobs:
2525
registry-url: https://registry.npmjs.org/
2626

2727

28-
- name: login
29-
run: npm login --verbose
30-
env:
31-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
28+
# - name: login
29+
# run: npm login --verbose
30+
# env:
31+
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3232

33-
- name: whoami
34-
run: npm whoami --verbose
35-
env:
36-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
33+
# - name: whoami
34+
# run: npm whoami --verbose
35+
# env:
36+
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3737

3838
- name: config
3939
run: npm config list --all

0 commit comments

Comments
 (0)