Skip to content

Commit 44337da

Browse files
committed
fix changleog generator
1 parent 69fd1ba commit 44337da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/chanelog.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: orhun/git-cliff-action@v2
1717
with:
1818
config: fixtures/cliff.toml
19-
args: --verbose --strip footer
19+
args: --verbose --strip footer --exclude-path "CHANGELOG.md"
2020
env:
2121
OUTPUT: CHANGELOG.md
2222
- name: Print the changelog

0 commit comments

Comments
 (0)