Skip to content

Commit bd10fc7

Browse files
committed
z
1 parent 0589fc6 commit bd10fc7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

+6
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,8 @@ jobs:
165165
steps:
166166
- name: Checkout
167167
uses: actions/checkout@v4
168+
with:
169+
fetch-depth: 0
168170
- name: Build Release
169171
uses: ./.github/actions/build_linux
170172
with:
@@ -186,6 +188,8 @@ jobs:
186188
steps:
187189
- name: Checkout
188190
uses: actions/checkout@v4
191+
with:
192+
fetch-depth: 0
189193
- name: Build Release
190194
uses: ./.github/actions/build_linux
191195
with:
@@ -209,6 +213,8 @@ jobs:
209213
steps:
210214
- name: Checkout
211215
uses: actions/checkout@v4
216+
with:
217+
fetch-depth: 0
212218
- name: Build Release
213219
uses: ./.github/actions/build_linux
214220
with:

0 commit comments

Comments
 (0)