Skip to content

Commit e1f1abf

Browse files
committed
fix: remove homebrew tap section from goreleaser (missing token)
1 parent b4b9cc3 commit e1f1abf

1 file changed

Lines changed: 0 additions & 18 deletions

File tree

.goreleaser.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -134,21 +134,3 @@ release:
134134
footer: |
135135
136136
**Full changelog:** https://github.com/GrayCodeAI/hawk/compare/{{ .PreviousTag }}...{{ .Tag }}
137-
138-
# ---------------------------------------------------------------------------
139-
# Homebrew tap — published to GrayCodeAI/homebrew-tap.
140-
# Requires the HOMEBREW_TAP_TOKEN secret in the release workflow.
141-
# ---------------------------------------------------------------------------
142-
brews:
143-
- repository:
144-
owner: GrayCodeAI
145-
name: homebrew-tap
146-
token: "{{ .Env.HOMEBREW_TAP_TOKEN }}"
147-
directory: Formula
148-
homepage: "https://github.com/GrayCodeAI/hawk"
149-
description: "AI coding agent — reads, writes, and runs code in your terminal"
150-
license: MIT
151-
install: |
152-
bin.install "hawk"
153-
test: |
154-
system "#{bin}/hawk", "--version"

0 commit comments

Comments
 (0)