Skip to content

Commit

Permalink
Fix: Fixing goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
rspurgeon committed Mar 4, 2025
1 parent 0818c30 commit a9b528f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ builds:
#- -s -w -X github.com/kong/konnect-orchestrator/cmd/koctl/command.VERSION={{ .Tag }} -X github.com/kong/deck/cmd.COMMIT={{ .ShortCommit }}
archives:
- name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
format: zip
formats: [ 'zip' ]
checksum:
name_template: "checksums.txt"
snapshot:
Expand All @@ -34,7 +34,8 @@ changelog:
- "^docs:"
- "^test:"
brews:
- repository:
- name: koctl
repository:
owner: kong
name: homebrew-konnect-orchestrator
token: "{{ .Env.TAP_GITHUB_TOKEN }}"
Expand All @@ -45,7 +46,7 @@ brews:
name: Rick Spurgeon
email: [email protected]
homepage: "https://github.com/kong/konnect-orchestrator"
description: Konnect Organization orchestration via declarative configuration
description: Opinionated Kong Konnect organization orchestration via declarative configuration
skip_upload: auto
test: |
system "#{bin}/koctl", "version"

0 comments on commit a9b528f

Please sign in to comment.