We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0589fc6 commit bd10fc7Copy full SHA for bd10fc7
.github/workflows/release.yml
@@ -165,6 +165,8 @@ jobs:
165
steps:
166
- name: Checkout
167
uses: actions/checkout@v4
168
+ with:
169
+ fetch-depth: 0
170
- name: Build Release
171
uses: ./.github/actions/build_linux
172
with:
@@ -186,6 +188,8 @@ jobs:
186
188
187
189
190
191
192
193
194
195
@@ -209,6 +213,8 @@ jobs:
209
213
210
214
211
215
216
217
212
218
219
220
0 commit comments