Skip to content

Commit 9588d9f

Browse files
fix: disable homebrew tap in goreleaser
Commented out homebrew tap configuration as it requires HOMEBREW_TAP_GITHUB_TOKEN which is not set. Release binaries will still be created for manual installation. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent d78ae63 commit 9588d9f

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.goreleaser.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -118,19 +118,19 @@ release:
118118
- 🐛 [Report Issues](https://github.com/Traves-Theberge/LineSense/issues)
119119
- 💬 [Discussions](https://github.com/Traves-Theberge/LineSense/discussions)
120120
121-
# Homebrew tap (future)
122-
brews:
123-
- repository:
124-
owner: traves
125-
name: homebrew-tap
126-
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
127-
directory: Formula
128-
homepage: https://github.com/Traves-Theberge/LineSense
129-
description: AI-powered shell command suggestions and explanations
130-
license: MIT
131-
test: |
132-
system "#{bin}/linesense --version"
133-
install: |
121+
# Homebrew tap (disabled - requires HOMEBREW_TAP_GITHUB_TOKEN)
122+
# brews:
123+
# - repository:
124+
# owner: traves
125+
# name: homebrew-tap
126+
# token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
127+
# directory: Formula
128+
# homepage: https://github.com/Traves-Theberge/LineSense
129+
# description: AI-powered shell command suggestions and explanations
130+
# license: MIT
131+
# test: |
132+
# system "#{bin}/linesense --version"
133+
# install: |
134134
bin.install "linesense"
135135

136136
# Install shell integration scripts

0 commit comments

Comments
 (0)