From e389c0187b7b9a49b74f6bc1e9ec17e4926209ae Mon Sep 17 00:00:00 2001 From: kayrus Date: Mon, 15 Jul 2024 21:31:04 +0200 Subject: [PATCH] Fix .goreleaser.yml --- .goreleaser.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 2404180..430dd2f 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -6,7 +6,8 @@ before: # this is just an example and not a requirement for provider building/publishing - go mod tidy builds: - - env: + - main: ./cmd/cyclone + env: # goreleaser does not work with CGO, it could also complicate # usage by users in CI/CD systems like Terraform Cloud where # they are unable to install libraries.