Skip to content

Commit 36c8b29

Browse files
committed
chore: gha goreleaser wants checkout to have fetch-depth of 0
1 parent 22b4d5b commit 36c8b29

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
steps:
2929
- name: Check out code into the Go module directory
3030
uses: actions/checkout@v4
31+
with:
32+
fetch-depth: 0
3133

3234
- name: Set up Go 1.x
3335
uses: actions/setup-go@v5

0 commit comments

Comments
 (0)