Skip to content

Commit 5881405

Browse files
[release] adding fetch depth=0 to checkout step (#25)
1 parent 2601643 commit 5881405

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
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)