From e2dd2a133e780dbc9184ecf04892edaa98115e8a Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sun, 21 May 2023 17:59:44 +0900 Subject: [PATCH] Skip post hooks on 'make build' https://github.com/goreleaser/goreleaser/issues/1469 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fe55220..41a698f 100644 --- a/Makefile +++ b/Makefile @@ -88,7 +88,7 @@ bench: install: bin/fzf build: - goreleaser --rm-dist --snapshot + goreleaser build --rm-dist --snapshot --skip-post-hooks release: ifndef GITHUB_TOKEN