Skip to content

Commit 5623988

Browse files
authored
fix: cannot do unshallow in a complete repository
1 parent 7d6fb0d commit 5623988

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ jobs:
1919
- name: Set output
2020
id: vars
2121
run: echo "tag=$(git describe --tags)" >> $GITHUB_OUTPUT
22-
- name: Unshallow
23-
run: git fetch --prune --unshallow
2422
- name: Set up Go
2523
uses: actions/setup-go@v4
2624
with:

0 commit comments

Comments
 (0)