chore: increase goreleaser timeout

This commit is contained in:
Fernandez Ludovic 2021-12-12 01:45:55 +01:00
parent 372fb3c434
commit 1b91299899

View File

@ -64,7 +64,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v') if: startsWith(github.ref, 'refs/tags/v')
with: with:
version: latest version: latest
args: release --rm-dist args: release --rm-dist --timeout=90m
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}