From 0b4bbdeef0af71182d5a7e2d0a7022ee0f74154a Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Mon, 9 Jun 2025 08:22:34 +0200 Subject: [PATCH] fix(goreleaser): specify binary name in configuration Adds the binary name "schemactl" to the Goreleaser configuration file to ensure proper build and release process for the Homebrew tap. This improves clarity and correctness in the configuration. --- .goreleaser.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index 501aebd..059bb72 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -21,6 +21,7 @@ homebrew_casks: repository: owner: unboundsoftware name: homebrew-taps + binary: schemactl directory: Casks conflicts: - formula: unbound-schemas