Skip to content

Commit 9a16c95

Browse files
committed
Add NODE_AUTH_TOKEN environment variable to npm publish step
Set the NODE_AUTH_TOKEN for the npm publish step to authenticate.
1 parent 31f2393 commit 9a16c95

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,3 +133,5 @@ jobs:
133133

134134
- name: Publish to npm
135135
run: npm publish --access public --provenance
136+
env:
137+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)