From ae7811592c4152b6ad70312d346d208f55cc8a30 Mon Sep 17 00:00:00 2001 From: Jaskaran Sarkaria Date: Thu, 31 Oct 2024 09:19:02 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20goreleaser=20(#657)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .goreleaser.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index a0885692..d1578dfc 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,4 +1,5 @@ project_name: cloud-platform-cli +version: 2 env: - DOCKERFILE=Dockerfile-goreleaser before: @@ -36,11 +37,11 @@ changelog: - Merge branch - go mod tidy brews: - - tap: + - repository: owner: ministryofjustice name: homebrew-cloud-platform-tap token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}" - folder: Formula + directory: Formula homepage: https://user-guide.cloud-platform.service.justice.gov.uk/#cloud-platform-user-guide description: Multi-purpose CLI for Ministry of Justice Cloud Platform. license: MIT @@ -50,4 +51,4 @@ brews: zsh_completion.install "completions/cloud-platform.zsh" => "_cloud-platform" fish_completion.install "completions/cloud-platform.fish" dependencies: - - name: go \ No newline at end of file + - name: go