1
0
mirror of https://github.com/nikoksr/notify.git synced 2025-01-24 03:16:35 +02:00

ci(docs): switch from config-flag to config option in action file

This commit is contained in:
Niko Köser 2022-02-07 07:52:48 +01:00
parent 469a97fdd0
commit 36f86c4000
No known key found for this signature in database
GPG Key ID: F3F28C118DAA6375

View File

@ -20,16 +20,16 @@ jobs:
uses: orhun/git-cliff-action@v1
id: git-cliff-full
with:
# config: .cliff.toml # Doesn't seem to work
args: -vv --config .config.toml
config: .cliff.toml
args: -vv
env:
OUTPUT: CHANGELOG.md
- name: Generate latest changelog
uses: orhun/git-cliff-action@v1
id: git-cliff-latest
with:
# config: .cliff.toml # Doesn't seem to work
args: -vv --latest --strip header --config .cliff.toml
config: .cliff.toml
args: -vv --latest --strip header
env:
OUTPUT: LATEST-CHANGES.md
- name: Set the release body