Skip to content

Commit 4649d17

Browse files
committed
add NPM token env variable required for publish CI
1 parent 09505c4 commit 4649d17

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,5 @@ jobs:
3939
steps:
4040
- run: npm version ${{ github.event.release.tag_name }} --git-tag-version=false
4141
- run: npm publish --provenance --access public
42+
env:
43+
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)