diff --git a/Makefile b/Makefile index 3c7a4d7..6cc219e 100644 --- a/Makefile +++ b/Makefile @@ -123,7 +123,7 @@ tools/modd/bin/modd: GOBIN=$(PWD)/tools/modd/bin go install -mod=readonly github.com/cortesi/modd/cmd/modd@latest .PHONY: goreleaser -goreleaser: .mktools changelog +goreleaser: .env .mktools changelog ( set -o allexport && source .env && set +o allexport && curl -sfL https://goreleaser.com/static/run | VERSION="$(GORELEASER_VERSION)" GORELEASER_CURRENT_TAG="$(MKT_PROJECT_VERSION)" bash /dev/stdin $(GORELEASER_ARGS) ) .PHONY: changelog