Skip to content

Commit

Permalink
set timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxxstorm committed Nov 2, 2023
1 parent dcd1d16 commit 8d1fe25
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3
with:
args: -f .goreleaser.prerelease.yml --rm-dist --skip-validate
args: -f .goreleaser.prerelease.yml --rm-dist --skip-validate --timeout 150m0s
version: latest
strategy:
fail-fast: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3
with:
args: -f .goreleaser.prerelease.yml --rm-dist --skip-validate
args: -f .goreleaser.prerelease.yml --rm-dist --skip-validate --timeout 150m0s
version: latest
strategy:
fail-fast: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3
with:
args: release --rm-dist --skip-validate
args: release --rm-dist --skip-validate --timeout 150m0s
version: latest
strategy:
fail-fast: true
Expand Down

0 comments on commit 8d1fe25

Please sign in to comment.