Skip to content
This repository was archived by the owner on Mar 24, 2024. It is now read-only.

Commit c4569bd

Browse files
authored
chore: remove homebrew builds (#295)
1 parent 8d89ede commit c4569bd

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.goreleaser.yaml

-18
Original file line numberDiff line numberDiff line change
@@ -77,25 +77,7 @@ checksum:
7777
algorithm: sha256
7878
snapshot:
7979
name_template: "{{ incpatch .Version }}-next"
80-
brews:
81-
- tap:
82-
owner: ublue-os
83-
name: homebrew-tap
84-
token: "{{ .Env.TAP_GITHUB_TOKEN }}"
85-
folder: Formula
86-
goarm: "7"
87-
homepage: https://getfleek.dev
88-
description: Own your $HOME
89-
license: Apache-2.0
90-
test: |
91-
system "#{bin}/fleek -v"
92-
dependencies:
93-
- name: go
94-
type: optional
95-
- name: git
9680

97-
install: |-
98-
bin.install "fleek"
9981
# The lines beneath this are called `modelines`. See `:help modeline`
10082
# Feel free to remove those if you don't want/use them.
10183
# yaml-language-server: $schema=https://goreleaser.com/static/schema-pro.json

0 commit comments

Comments
 (0)