Skip to content

Commit e21fae8

Browse files
committed
remove node_token as provenance it done first time
1 parent 2175003 commit e21fae8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@ jobs:
7373
############# NPM RELEASE ##############
7474
- name: Publish to NPM
7575
run: npm publish --provenance --access public # Add npm --tag (dist-tag) later
76-
env:
77-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
7876

7977
- name: Success notification
8078
run: |

0 commit comments

Comments
 (0)