Skip to content

Commit b89487e

Browse files
committed
ci: replace git-cliff action with actual command
1 parent 90f485e commit b89487e

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/changelog.yaml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,9 @@ jobs:
2323
fetch-depth: 0
2424

2525
- name: Generate changelog
26-
uses: orhun/git-cliff-action@e364f07989916ffb9f50d7ef6c0a8c48082c2792 # v4.4.1
27-
with:
28-
config: ./.config/cliff.toml
29-
args: --latest --prepend CHANGELOG.md
30-
env:
31-
OUTPUT: CHANGELOG.md
32-
GITHUB_REPO: ${{ github.repository }}
26+
run: |
27+
pip install git-cliff
28+
git cliff --latest --prepend CHANGELOG.md --config ./.config/cliff.toml
3329
3430
- name: Commit
3531
run: |

0 commit comments

Comments
 (0)