We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9a6e91 commit a499e9eCopy full SHA for a499e9e
1 file changed
.goreleaser.yml
@@ -64,4 +64,24 @@ release:
64
prerelease: auto
65
name_template: "v{{.Version}}"
66
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
78
+scoops:
79
80
81
82
+ name: scoop-bucket
83
+ token: "{{ .Env.SCOOP_BUCKET_GITHUB_TOKEN }}"
84
+ directory: bucket
85
86
87
0 commit comments