Skip to content

Commit abf0166

Browse files
committed
fix: fixing release workflow
1 parent 67d6de0 commit abf0166

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v2
1515

16-
# This action generates change long with then the release action consumes
16+
# This action generates changelog which then the release action consumes
1717
- name: Conventional Changelog Action
1818
id: changelog
1919
uses: TriPSs/conventional-changelog-action@v3
2020
with:
21+
github-token: ${{ secrets.github_token }}
2122
skip-commit: 'true'
2223

2324
- name: Create Release

0 commit comments

Comments
 (0)