Skip to content

Commit 3851600

Browse files
authored
fix: gha issue
1 parent c97af10 commit 3851600

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish-node.js.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
- run: npx semantic-release
2626
env:
2727
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
28+
GH_TOKEN: ${{ secrets.GH_TOKEN }}
2829
# push the version changes to GitHub
2930
- run: git push
3031
env:

0 commit comments

Comments
 (0)