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 67d6de0 commit abf0166Copy full SHA for abf0166
.github/workflows/release.yml
@@ -13,11 +13,12 @@ jobs:
13
steps:
14
- uses: actions/checkout@v2
15
16
- # This action generates change long with then the release action consumes
+ # This action generates changelog which then the release action consumes
17
- name: Conventional Changelog Action
18
id: changelog
19
uses: TriPSs/conventional-changelog-action@v3
20
with:
21
+ github-token: ${{ secrets.github_token }}
22
skip-commit: 'true'
23
24
- name: Create Release
0 commit comments