Skip to content

Commit acb702f

Browse files
committed
fix(CI): publish to formulae
1 parent 5108b77 commit acb702f

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.goreleaser.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -144,13 +144,7 @@ homebrew_casks:
144144
owner: awesome-directories
145145
name: homebrew-tap
146146
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
147-
directory: Casks
147+
directory: Formulae
148148
homepage: "https://awesome-directories.com"
149149
description: "CLI tool for awesome-directories.com - Discover directories for your SaaS"
150150
commit_msg_template: "Brew cask update for {{ .ProjectName }} version {{ .Tag }}"
151-
hooks:
152-
post:
153-
install: |
154-
if OS.mac?
155-
system_command "/usr/bin/xattr", args: ["-dr", "com.apple.quarantine", "#{staged_path}/awesome-directories"]
156-
end

0 commit comments

Comments
 (0)