Skip post hooks on 'make build'

https://github.com/goreleaser/goreleaser/issues/1469
pull/3306/head
Junegunn Choi 12 months ago
parent 7514644e07
commit e2dd2a133e
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627

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

Loading…
Cancel
Save