1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-09-16 09:26:52 +02:00

build: increase release timeout (#3734)

our build is too close to the default 30m timeout, this should prevent
it from failing, as it [did
today](https://github.com/goreleaser/goreleaser/actions/runs/4049530951/jobs/6966004880)

Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos Alexandro Becker
2023-01-30 23:07:12 -03:00
committed by GitHub
parent 53fdcd7709
commit f25e3b307a

View File

@@ -223,4 +223,4 @@ tasks:
SNAPSHOT:
sh: 'if [[ $GITHUB_REF != refs/tags/v* ]]; then echo "--snapshot"; fi'
cmds:
- ./goreleaser release --clean {{.SNAPSHOT}}
- ./goreleaser release --clean --timeout 60m {{.SNAPSHOT}}