Skip to content

Commit 7364bb7

Browse files
committed
fix: make homebrew tap optional in goreleaser
Made-with: Cursor
1 parent 88fb5a3 commit 7364bb7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.goreleaser.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,12 @@ brews:
6565
- repository:
6666
owner: lnbotdev
6767
name: homebrew-tap
68+
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
69+
skip_upload: auto
6870
homepage: https://ln.bot
6971
description: Lightning wallets for agents — CLI
7072
license: MIT
7173
install: |
7274
bin.install "lnbot"
73-
generate_completions_from_executable(bin/"lnbot", "completion")
7475
test: |
7576
assert_match "lnbot", shell_output("#{bin}/lnbot version")

0 commit comments

Comments
 (0)