Skip to content

Commit

Permalink
increase goreleaser timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Tenyo Grozev committed Oct 25, 2021
1 parent f5aff20 commit 158858d
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 @@ -46,6 +46,6 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release --rm-dist -f .goreleaser.${{ matrix.build_id }}.yml
args: release --timeout 60m --rm-dist -f .goreleaser.${{ matrix.build_id }}.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 158858d

Please sign in to comment.