We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f0b310 commit a3f7cfdCopy full SHA for a3f7cfd
.github/workflows/release.yml
@@ -51,4 +51,4 @@ jobs:
51
- run: npm install --no-save @semantic-release/git semantic-release-plugin-github-breaking-version-tag
52
- run: npx semantic-release --debug
53
env:
54
- GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}#
+ GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
0 commit comments