We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67613b3 commit 0342bb2Copy full SHA for 0342bb2
1 file changed
.github/workflows/goreleaser-cd.yml
@@ -54,7 +54,7 @@ jobs:
54
with:
55
distribution: goreleaser-pro
56
version: latest
57
- args: release --clean --split
+ args: release --clean --split --timeout 90m
58
env:
59
CGO_LDFLAGS: "${{ matrix.goos == 'darwin' && '-framework UniformTypeIdentifiers' || '' }}"
60
GOOS: ${{ matrix.GOOS }}
@@ -103,7 +103,7 @@ jobs:
103
104
105
106
- args: continue --merge
+ args: continue --merge --timeout 90m
107
108
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
109
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments