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
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627
1 changed files with 1 additions and 1 deletions

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