Skip to content

Commit 1a4593a

Browse files
committed
added auth token in ci for first release
1 parent 2ff85f1 commit 1a4593a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ 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 }}
7678

7779
- name: Success notification
7880
run: |

0 commit comments

Comments
 (0)