Skip to content

Commit 4a12093

Browse files
authored
fix goreleaser signning part (#1753)
Signed-off-by: cpanato <ctadeu@gmail.com>
1 parent c049ad9 commit 4a12093

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
swap-storage: true
3030

3131
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
32+
with:
33+
fetch-depth: 0
3234

3335
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
3436
with:
@@ -69,7 +71,7 @@ jobs:
6971
uses: goreleaser/goreleaser-action@9ed2f89a662bf1735a48bc8557fd212fa902bebf # v6.1.0
7072
with:
7173
version: latest
72-
args: release --clean --timeout 120m
74+
args: release --clean --timeout 120m --parallelism 1
7375
env:
7476
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7577
LDFLAGS: ${{ env.GO_FLAGS }}

0 commit comments

Comments
 (0)