diff --git a/hack/release-tools/goreleaser.sh b/hack/release-tools/goreleaser.sh index b8a180754..ac2ecf576 100755 --- a/hack/release-tools/goreleaser.sh +++ b/hack/release-tools/goreleaser.sh @@ -52,6 +52,7 @@ if [[ "${PUBLISH:-}" != "TRUE" ]]; then goreleaser release \ --clean \ --parallelism 2 \ + --timeout 60m \ --release-notes="${RELEASE_NOTES_FILE}" \ --snapshot # Generate an unversioned snapshot release, skipping all validations and without publishing any artifacts (implies --skip-publish, --skip-announce and --skip-validate) else @@ -59,5 +60,6 @@ else goreleaser release \ --clean \ --parallelism 2 \ + --timeout 60m \ --release-notes="${RELEASE_NOTES_FILE}" fi