Skip to content

Commit cefe9a5

Browse files
fix: pass GitHub token to npm publish (#152)
1 parent 731189c commit cefe9a5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,5 @@ jobs:
4747
- run: npm ci
4848
- run: npm test
4949
- run: npm publish --provenance --access public
50+
env:
51+
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)