Skip to content

Commit 0d021e4

Browse files
committed
fix(changelog): fix yml error
1 parent 1f329d1 commit 0d021e4

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/changelog.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
- name: Conventional Changelog Action
2-
uses: TriPSs/conventional-changelog-action@v1.3.0
3-
with:
4-
github-token: ${{ secrets.github_token }}
5-
git-message: 'chore(release): {version}'
6-
preset: 'angular'
7-
tag-prefix: 'v'
8-
output-file: 'CHANGELOG.md'
9-
changelog-release-count: 5
1+
name: Conventional Changelog Action
2+
uses: TriPSs/conventional-changelog-action@v1.3.0
3+
with:
4+
github-token: ${{ secrets.github_token }}
5+
git-message: 'chore(release): {version}'
6+
preset: 'angular'
7+
tag-prefix: 'v'
8+
output-file: 'CHANGELOG.md'
9+
changelog-release-count: 5

0 commit comments

Comments
 (0)