Skip to content

Commit 2d9f5e2

Browse files
committed
fix goreleaser parallel builds
1 parent e7e05a6 commit 2d9f5e2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/goreleaser.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,11 @@ jobs:
3636
-
3737
name: Run GoReleaser
3838
uses: goreleaser/goreleaser-action@v6
39-
timeout-minutes: 30
39+
timeout-minutes: 45
4040
with:
4141
distribution: goreleaser
4242
version: '~> v2'
43-
args: release --clean
43+
args: release --clean -p 1
4444
env:
45-
GITHUB_TOKEN: ${{ secrets.GH_GORELEASER }}
45+
GITHUB_TOKEN: ${{ secrets.GH_GORELEASER }}
46+
GOMAXPROCS: 2

0 commit comments

Comments
 (0)