Skip to content

Commit 931314c

Browse files
committed
chore: update the git-cliff version
1 parent d0d0e93 commit 931314c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: echo "CURRENT_TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
2020

2121
- name: Generate Full Changelog
22-
uses: orhun/git-cliff-action@v3
22+
uses: orhun/git-cliff-action@v4
2323
with:
2424
config: cliff.toml
2525
args: --verbose
@@ -47,7 +47,7 @@ jobs:
4747

4848
- name: Generate Latest Release Notes
4949
id: latest_release_notes
50-
uses: orhun/git-cliff-action@v3
50+
uses: orhun/git-cliff-action@v4
5151
with:
5252
config: cliff.toml
5353
args: --latest --strip all

0 commit comments

Comments
 (0)