Skip to content

Commit 90584dc

Browse files
committed
fix: use NPM_TOKEN secret for publish auth
1 parent 80910fe commit 90584dc

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
@@ -29,6 +29,8 @@ jobs:
2929

3030
- name: Publish to npm with provenance
3131
run: npm publish --provenance --access public
32+
env:
33+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3234

3335
- name: Create git tag
3436
run: |

0 commit comments

Comments
 (0)