From 19f0962d593ac988d23c4bfc1deee0ed3863891e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Baldeweg?= <56736413+abaldeweg@users.noreply.github.com> Date: Wed, 23 Oct 2024 16:54:52 +0000 Subject: [PATCH] test --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0312580..0324adb 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ release: git push origin v$(TAG) - goreleaser release -f ./warehousecli/.goreleaser.yaml + goreleaser release --clean -f warehousecli/.goreleaser.yaml # git tag -a blog/v$(TAG) -m "v$(TAG)"