Skip to content

Commit 90f485e

Browse files
committed
ci: add missing prepend path to changelog automation
1 parent 5ec949d commit 90f485e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/changelog.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: orhun/git-cliff-action@e364f07989916ffb9f50d7ef6c0a8c48082c2792 # v4.4.1
2727
with:
2828
config: ./.config/cliff.toml
29-
args: --latest --prepend
29+
args: --latest --prepend CHANGELOG.md
3030
env:
3131
OUTPUT: CHANGELOG.md
3232
GITHUB_REPO: ${{ github.repository }}

0 commit comments

Comments
 (0)