Skip to content

Commit d5d8449

Browse files
authored
ci: Fix fetch-depth in release workflow (#1042)
1 parent cba5ac3 commit d5d8449

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616
with:
17-
fetch-tags: true
17+
# https://github.com/actions/checkout/issues/1467
18+
fetch-depth: 0
1819
- uses: ./.github/actions/setup-goversion
1920
- run: make cross
2021
- id: docker_tag

0 commit comments

Comments
 (0)