From 54f0bd4d6aa6a9157c8269e0893288c1cf7a509c Mon Sep 17 00:00:00 2001 From: Johannes Edmeier Date: Thu, 19 Oct 2023 16:16:38 +0200 Subject: [PATCH] build: remove goreleaser deprecation --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5a7bf5f..83bad51 100755 --- a/Makefile +++ b/Makefile @@ -72,4 +72,4 @@ container: ## linuxpkg: build the linux packages .PHONY: linuxpkg linuxpkg: - goreleaser release --clean --snapshot --skip-sign + goreleaser release --clean --snapshot --skip=sign