Skip to content

Commit 73d9c15

Browse files
committed
Try another fetch-depth
1 parent 1300d30 commit 73d9c15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v2
1212
with:
13-
fetch-depth: 0 # 👈 Required to retrieve git history
13+
fetch-depth: 10 # 👈 Required to retrieve git history
1414

1515
- name: Prepare repository
1616
run: git fetch --unshallow --tags

0 commit comments

Comments
 (0)