You've already forked goreleaser
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:
committed by
GitHub
parent
53fdcd7709
commit
f25e3b307a
@@ -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}}
|
||||
|
Reference in New Issue
Block a user