Skip to content

Commit df52937

Browse files
Update publish.yml
1 parent 33cb1f5 commit df52937

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- run: npm publish --access public
3131
env:
3232
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
33+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3334

3435
deploy:
3536
needs: publish-npm

0 commit comments

Comments
 (0)