Skip to content

Commit b152fd9

Browse files
committed
fixup! fix: Attempt to workaround actions/checkout#1467 (2)
Signed-off-by: 林博仁(Buo-ren, Lin) <[email protected]>
1 parent b2ca0a1 commit b152fd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
--prune \
3838
--prune-tags \
3939
--force \
40-
--depth=1 \
40+
--depth=100 \
4141
--no-recurse-submodules
4242
4343
- name: Determine the project identifier

0 commit comments

Comments
 (0)