Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
Signed-off-by: Kent Rancourt <kent.rancourt@gmail.com>
  • Loading branch information
krancour committed Dec 3, 2024
1 parent a1b7354 commit 1ea4e98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@ archives:
release:
github:
owner: krancour
name: kargo
name: "{{ .ProjectName }}"
brews:
- name: Formula/kargo
- name: "{{ .ProjectName }}"
description: CLI for Kargo
homepage: https://kargo.io
license: Apache-2.0
install: |
bin.install "{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}" => "{{ .ProjectName }}"
test: |
assert_match "Client Version: v#{version}", shell_output("#{bin}/kargo version --client")
assert_match "Client Version: v#{version}", shell_output("#{bin}/{{ .ProjectName }} version --client")
repository:
owner: krancour
name: homebrew-tap
Expand Down

0 comments on commit 1ea4e98

Please sign in to comment.