From 2954275fe8420caea03f707db73620f5aa2ddc0a Mon Sep 17 00:00:00 2001 From: Matthew Rothenberg Date: Sat, 4 Dec 2021 17:39:32 -0500 Subject: [PATCH] build: fix for goreleaser CLI flag changes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 83e8a3e..b8c4805 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ snapshot: package: # never want to actually publish from local, thats what CI is for - goreleaser release --rm-dist --no-publish + goreleaser release --rm-dist --skip-publish clean: rm -rf bin