From 4fe68e335a066076c22a51970d6230cfcdc7519b Mon Sep 17 00:00:00 2001 From: William Petit Date: Mon, 2 Oct 2023 15:18:23 -0600 Subject: [PATCH] fix(ci): add missing task dependency --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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