Skip to content

Commit

Permalink
ci(goreleaser): increase time out to 2 hours (#4712)
Browse files Browse the repository at this point in the history
Signed-off-by: João Reigota <[email protected]>
  • Loading branch information
joaoReigota1 authored Jan 19, 2022
1 parent 2907212 commit 33341a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: goreleaser/[email protected]
with:
version: latest
args: release --rm-dist --timeout 60m
args: release --rm-dist --timeout 120m
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
KICS_BOT_PAT: ${{ secrets.KICS_BOT_PAT }}
Expand Down

0 comments on commit 33341a9

Please sign in to comment.