Skip to content

Commit 1c9d347

Browse files
[release] adding fetch depth=0 to checkout step
1 parent 2601643 commit 1c9d347

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ jobs:
5252
steps:
5353
- name: Check out Git repository
5454
uses: actions/checkout@v4
55+
with:
56+
fetch-depth: 0
5557

5658
- name: Download artifact
5759
id: download-artifact

0 commit comments

Comments
 (0)