chore: update changelog.yml

This commit is contained in:
Braks
2022-04-04 21:42:48 +02:00
parent 9adf6d1b09
commit 01deaeb3ed
+3 -3
View File
@@ -25,10 +25,10 @@ jobs:
uses: orhun/git-cliff-action@v1
id: git-cliff
with:
config: config/cliff.toml
args: -vv --latest --strip header
config: cliff.toml
args: --output CHANGELOG.md
env:
OUTPUT: CHANGES.md
OUTPUT: CHANGELOG.md
- name: Set the release body
id: release
shell: bash