Skip to content

Commit 29e4cd5

Browse files
committed
fix: use same repo for homebrew formula instead of separate tap
1 parent 504adef commit 29e4cd5

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.goreleaser.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,10 @@ checksum:
2424
name_template: "checksums.txt"
2525

2626
brews:
27-
- skip_upload: "{{ if .Env.HOMEBREW_TAP_TOKEN }}false{{ else }}true{{ end }}"
28-
repository:
27+
- repository:
2928
owner: quantum-bytes
30-
name: homebrew-tap
31-
token: "{{ .Env.HOMEBREW_TAP_TOKEN }}"
29+
name: oclaw
30+
directory: Formula
3231
homepage: "https://github.com/quantum-bytes/oclaw"
3332
description: "Terminal UI for OpenClaw agent chat"
3433
license: "MIT"

0 commit comments

Comments
 (0)