Skip to content

Commit d43ac22

Browse files
committed
Homebrew tweaks
1 parent 8c89df7 commit d43ac22

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,9 @@ on:
44
push:
55
paths-ignore:
66
- 'docs/**'
7-
- '.github/**'
8-
- '*.sh'
7+
tags-ignore:
8+
- '**'
99
pull_request:
10-
paths-ignore:
11-
- 'docs/**'
12-
- '.github/**'
13-
- '*.sh'
1410
workflow_dispatch:
1511

1612
jobs:

.goreleaser.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,14 @@ homebrew_casks:
234234
repository:
235235
owner: FileFormatInfo
236236
name: homebrew-tap
237+
branch: main
237238
token: "{{ .Env.HOMEBREW_TOKEN }}"
239+
hooks:
240+
post:
241+
install: |
242+
if OS.mac?
243+
system_command "/usr/bin/xattr", args: ["-dr", "com.apple.quarantine", "#{staged_path}/*"]
244+
end
238245
239246
nfpms:
240247
- id: fftools

0 commit comments

Comments
 (0)