Skip to content

Commit 0ec39b6

Browse files
authored
ci: use github config for git-cliff
1 parent 969d406 commit 0ec39b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish_fgpyo.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,11 @@ jobs:
107107
ref: ${{ github.ref_name }}
108108

109109
- name: Generate a Changelog
110-
uses: orhun/git-cliff-action@v3
110+
uses: orhun/git-cliff-action@v4
111111
id: git-cliff
112112
with:
113113
config: pyproject.toml
114-
args: --latest --verbose
114+
args: --latest --verbose --config github
115115
env:
116116
GITHUB_REPO: ${{ github.repository }}
117117

0 commit comments

Comments
 (0)