Skip to content

Commit

Permalink
chore: increase goreleaser timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Dec 12, 2021
1 parent 372fb3c commit 1b91299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v')
with:
version: latest
args: release --rm-dist
args: release --rm-dist --timeout=90m
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 1b91299

Please sign in to comment.