From 84e1ae2b38f3f410b1b54f67e435d13aa3c199d9 Mon Sep 17 00:00:00 2001 From: Fedor Korotkov Date: Wed, 5 Jun 2024 11:09:56 -0400 Subject: [PATCH] Fixed GoReleaser 2.0.0 (#839) GoReleaser changes some flags --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 28b6a31..4d8c126 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -90,7 +90,7 @@ task: - security find-identity -v - xcodebuild -version - swift -version - goreleaser_script: goreleaser release --skip-publish --snapshot --clean + goreleaser_script: goreleaser release --skip=publish --snapshot --clean always: dist_artifacts: path: "dist/*"