Skip to content

Commit d1bf3b8

Browse files
committed
🐛 fix(cicd): disable quarantine for yak
1 parent 0f056a0 commit d1bf3b8

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.goreleaser.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ homebrew_casks:
5252
description: "Yet Another AWS Kit — AWS SSO and credential management"
5353
license: MIT
5454
binaries: ["yak"]
55+
hooks:
56+
post:
57+
install: |
58+
if OS.mac?
59+
system_command "/usr/bin/xattr", args: ["-dr", "com.apple.quarantine", "#{staged_path}/yak"]
60+
end
5561
generate_completions_from_executable:
5662
executable: "bin/yak"
5763
args:

0 commit comments

Comments
 (0)