Skip to content

Commit

Permalink
fix: extend goreleaser timeout (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
floreks authored Oct 9, 2023
1 parent 67613b3 commit 0342bb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/goreleaser-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
with:
distribution: goreleaser-pro
version: latest
args: release --clean --split
args: release --clean --split --timeout 90m
env:
CGO_LDFLAGS: "${{ matrix.goos == 'darwin' && '-framework UniformTypeIdentifiers' || '' }}"
GOOS: ${{ matrix.GOOS }}
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
with:
distribution: goreleaser-pro
version: latest
args: continue --merge
args: continue --merge --timeout 90m
env:
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 0342bb2

Please sign in to comment.