Skip to content

Commit 56ecc51

Browse files
intel352claude
andcommitted
ci: add post_install codesign for macOS Gatekeeper
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 4d33b77 commit 56ecc51

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.goreleaser.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,8 @@ brews:
5353
email: bot@goreleaser.com
5454
install: |
5555
bin.install "ratchet"
56+
post_install: |
57+
# Ad-hoc codesign so macOS Gatekeeper allows execution
58+
if OS.mac?
59+
system "codesign", "--force", "--sign", "-", "#{bin}/ratchet"
60+
end

0 commit comments

Comments
 (0)