1 parent 3a2246f commit e28759dCopy full SHA for e28759d
1 file changed
.github/workflows/debug.yml
@@ -53,7 +53,7 @@ jobs:
53
54
- name: Generate initial changelog (range)
55
id: cliff_initial
56
- uses: orhun/git-cliff-action@v3
+ uses: orhun/git-cliff-action@v4
57
with:
58
config: cliff.toml
59
args: --range ${{ steps.previous.outputs.previous_tag }}..${{ github.sha }}
@@ -92,7 +92,7 @@ jobs:
92
93
- name: Generate final changelog (with context)
94
id: cliff_final
95
96
97
98
0 commit comments