We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 504adef commit 29e4cd5Copy full SHA for 29e4cd5
1 file changed
.goreleaser.yml
@@ -24,11 +24,10 @@ checksum:
24
name_template: "checksums.txt"
25
26
brews:
27
- - skip_upload: "{{ if .Env.HOMEBREW_TAP_TOKEN }}false{{ else }}true{{ end }}"
28
- repository:
+ - repository:
29
owner: quantum-bytes
30
- name: homebrew-tap
31
- token: "{{ .Env.HOMEBREW_TAP_TOKEN }}"
+ name: oclaw
+ directory: Formula
32
homepage: "https://github.com/quantum-bytes/oclaw"
33
description: "Terminal UI for OpenClaw agent chat"
34
license: "MIT"
0 commit comments