Skip to content

Commit cf4ea84

Browse files
authored
ci(build-app): bump git-cliff-action version
1 parent 523209e commit cf4ea84

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/build-app.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,13 +120,15 @@ jobs:
120120
steps:
121121
- name: Checkout code
122122
uses: actions/checkout@v4
123-
124-
- uses: orhun/git-cliff-action@v3
123+
with:
124+
fetch-depth: 0
125+
126+
- uses: orhun/git-cliff-action@v4
125127
id: git-cliff
126128
with:
127129
args: --latest --strip header
128130

129131
- uses: softprops/action-gh-release@v1
130132
with:
131133
body: ${{ steps.git-cliff.outputs.content }}
132-
tag_name: ${{ env.RELEASE_TAG }}
134+
tag_name: ${{ env.RELEASE_TAG }}

0 commit comments

Comments
 (0)