Skip to content

Commit 6595ded

Browse files
committed
Add NPM_TOKEN for initial npm publish
1 parent 62b9ceb commit 6595ded

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,5 @@ jobs:
2727
VERSION="${VERSION#v}"
2828
npm version "$VERSION" --no-git-tag-version
2929
npm publish --provenance --access public
30+
env:
31+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)