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 8b97d31 commit 46191f5Copy full SHA for 46191f5
.github/workflows/release.yml
@@ -21,5 +21,6 @@ jobs:
21
- run: npm ci
22
- run: npx semantic-release
23
env:
24
- GITHUB_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}
+ GH_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}
25
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments