Skip to content

Commit

Permalink
Fixes config file
Browse files Browse the repository at this point in the history
  • Loading branch information
CGoodwin90 committed Jul 23, 2024
1 parent f4fa5ea commit 7c43c31
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
version: 2

env:
- GO111MODULE=on
- GOPROXY=https://gocenter.io
Expand Down Expand Up @@ -94,7 +96,7 @@ changelog:

brews:
- name: lagoon
tap:
repository:
owner: "{{ .Env.LOCAL_ORG }}"
name: homebrew-lagoon-cli
homepage: "https://github.com/{{ .Env.LOCAL_ORG }}/lagoon-cli"
Expand All @@ -103,4 +105,4 @@ brews:
test: system "#{bin}/lagoon version"
install: bin.install "lagoon"
ids:
- binaries-targz
- binaries-targz

0 comments on commit 7c43c31

Please sign in to comment.