Skip to content

Commit 4a5b84c

Browse files
committed
fix(changelog): fix yml
1 parent 0d021e4 commit 4a5b84c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/changelog.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: Conventional Changelog Action
22
uses: TriPSs/conventional-changelog-action@v1.3.0
3+
on: [push]
4+
branches: [master]
35
with:
46
github-token: ${{ secrets.github_token }}
57
git-message: 'chore(release): {version}'

0 commit comments

Comments
 (0)