Skip to content

Commit

Permalink
Double goreleaser timeout
Browse files Browse the repository at this point in the history
Fixes (hopefully) #1471
  • Loading branch information
znewman01 committed Feb 16, 2022
1 parent 18d2ce0 commit 4e81af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/release.mk
Expand Up @@ -5,7 +5,7 @@
# used when releasing together with GCP CloudBuild
.PHONY: release
release:
LDFLAGS="$(LDFLAGS)" goreleaser release
LDFLAGS="$(LDFLAGS)" goreleaser release --timeout 60m

###########################
# sign with GCP KMS section
Expand Down

0 comments on commit 4e81af7

Please sign in to comment.