Skip to content

Commit 3bfacd6

Browse files
committed
z
1 parent bd10fc7 commit 3bfacd6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yml

-2
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,6 @@ jobs:
252252
- name: Checkout
253253
uses: actions/checkout@v4
254254
with:
255-
fetch-depth: 0
256255
ref: ${{ needs.create_release.outputs.version }}
257256
- name: Download artifact
258257
uses: ./.github/actions/artifact_download
@@ -323,7 +322,6 @@ jobs:
323322
- name: Checkout
324323
uses: actions/checkout@v4
325324
with:
326-
fetch-depth: 0
327325
ref: ${{ needs.create_release.outputs.version }}
328326
- name: Download artifact
329327
uses: ./.github/actions/artifact_download

0 commit comments

Comments
 (0)