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 1e879eb commit b2bc122Copy full SHA for b2bc122
.github/workflows/release.yml
@@ -44,4 +44,4 @@ jobs:
44
- run: npm install --no-save @semantic-release/git semantic-release-plugin-github-breaking-version-tag
45
- run: npx semantic-release --debug
46
env:
47
- GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}#
+ GH_TOKEN: ${{ steps.app-token.outputs.token }}#
0 commit comments