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 852c94a commit c16600dCopy full SHA for c16600d
.github/workflows/build.yaml
@@ -19,7 +19,7 @@ jobs:
19
- run: npm run build # or any other step to build your package
20
- name: run semantic-release
21
env:
22
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
23
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
24
run: npm run semantic-release
25
0 commit comments