Skip post hooks on 'make build'

https://github.com/goreleaser/goreleaser/issues/1469
This commit is contained in:
Junegunn Choi
2023-05-21 17:59:44 +09:00
parent 7514644e07
commit e2dd2a133e

View File

@@ -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