Skip to content

Commit a9a6e91

Browse files
committed
fix: remove homebrew/scoop publishing (no repos configured)
1 parent b78ca3e commit a9a6e91

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

.goreleaser.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -64,30 +64,4 @@ release:
6464
prerelease: auto
6565
name_template: "v{{.Version}}"
6666

67-
brews:
68-
- name: opencode-sync
69-
repository:
70-
owner: GareArc
71-
name: homebrew-tap
72-
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
73-
directory: Formula
74-
homepage: "https://github.com/GareArc/opencode-sync"
75-
description: "Sync OpenCode configurations across machines via Git with optional encryption"
76-
license: "MIT"
77-
skip_upload: auto
78-
test: |
79-
system "#{bin}/opencode-sync", "version"
80-
install: |
81-
bin.install "opencode-sync"
8267

83-
scoops:
84-
- name: opencode-sync
85-
repository:
86-
owner: GareArc
87-
name: scoop-bucket
88-
token: "{{ .Env.SCOOP_BUCKET_GITHUB_TOKEN }}"
89-
directory: bucket
90-
homepage: "https://github.com/GareArc/opencode-sync"
91-
description: "Sync OpenCode configurations across machines via Git with optional encryption"
92-
license: "MIT"
93-
skip_upload: auto

0 commit comments

Comments
 (0)