summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2023-05-21 17:59:44 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2023-05-21 18:00:17 +0900
commite2dd2a133e780dbc9184ecf04892edaa98115e8a (patch)
tree567dcee44f5d45704c4301775a946fee5cd9e089
parent7514644e07896dfe13de81d9bfbe2346180a277c (diff)
Skip post hooks on 'make build'
https://github.com/goreleaser/goreleaser/issues/1469
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fe552209..41a698f2 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