We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c97af10 commit 3851600Copy full SHA for 3851600
.github/workflows/publish-node.js.yml
@@ -25,6 +25,7 @@ jobs:
25
- run: npx semantic-release
26
env:
27
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
28
+ GH_TOKEN: ${{ secrets.GH_TOKEN }}
29
# push the version changes to GitHub
30
- run: git push
31
0 commit comments