Skip to content

Commit 0342bb2

Browse files
authored
fix: extend goreleaser timeout (#464)
1 parent 67613b3 commit 0342bb2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/goreleaser-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
with:
5555
distribution: goreleaser-pro
5656
version: latest
57-
args: release --clean --split
57+
args: release --clean --split --timeout 90m
5858
env:
5959
CGO_LDFLAGS: "${{ matrix.goos == 'darwin' && '-framework UniformTypeIdentifiers' || '' }}"
6060
GOOS: ${{ matrix.GOOS }}
@@ -103,7 +103,7 @@ jobs:
103103
with:
104104
distribution: goreleaser-pro
105105
version: latest
106-
args: continue --merge
106+
args: continue --merge --timeout 90m
107107
env:
108108
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
109109
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)