Skip to content

Commit

Permalink
fix: 🐛 goreleaser (#657)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaskaransarkaria authored Oct 31, 2024
1 parent 03a48d3 commit ae78115
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
project_name: cloud-platform-cli
version: 2
env:
- DOCKERFILE=Dockerfile-goreleaser
before:
Expand Down Expand Up @@ -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
Expand All @@ -50,4 +51,4 @@ brews:
zsh_completion.install "completions/cloud-platform.zsh" => "_cloud-platform"
fish_completion.install "completions/cloud-platform.fish"
dependencies:
- name: go
- name: go

0 comments on commit ae78115

Please sign in to comment.