We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 533ec2d + a3f7cfd commit 4689193Copy full SHA for 4689193
.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