From 690c587c0a4556b31e4158e0bc3b3329aa3a96ac Mon Sep 17 00:00:00 2001 From: Lukasz Raczylo Date: Sun, 7 Dec 2025 14:16:43 +0000 Subject: [PATCH] fixup! fixup! Update gorelease config and docs - moving to cask due to depreciation --- .goreleaser.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index fb73daa..cc4e0af 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -63,9 +63,7 @@ homebrew_casks: description: "Modern Kubernetes port-forward manager with interactive TUI" license: MIT hooks: - post.install: | - if OS.mac? + post: + install: | system_command "/usr/bin/xattr", - args: ["-dr", "com.apple.quarantine", "#{staged_path}/kportal"], - sudo: false - end + args: ["-dr", "com.apple.quarantine", "#{staged_path}/kportal"]