Skip to content

Commit cc715b9

Browse files
committed
ci: fix homebrew tap
1 parent 4445447 commit cc715b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.goreleaser.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ brews:
143143
{{- else if eq .Arch "386" }}i386
144144
{{- else }}{{ .Arch }}{{ end -}}
145145
{{- if .Arm }}v{{ .Arm }}{{ end -}}
146+
.tar.gz
146147
download_strategy: CurlDownloadStrategy
147148
commit_msg_template: "chore: formula update for kcl-lsp {{ .Tag }}"
148149
commit_author:
@@ -157,7 +158,7 @@ brews:
157158
test: |
158159
system "#{bin}/kcl-language-server version"
159160
- dependencies:
160-
- name: "kcl-lsp"
161+
- name: macropower/tap/kcl-lsp
161162
repository: *brewRepo
162163
url_template: *kclipperReleaseURLTemplate
163164
download_strategy: CurlDownloadStrategy

0 commit comments

Comments
 (0)