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.
This commit is contained in:
@@ -21,6 +21,7 @@ homebrew_casks:
|
||||
repository:
|
||||
owner: unboundsoftware
|
||||
name: homebrew-taps
|
||||
binary: schemactl
|
||||
directory: Casks
|
||||
conflicts:
|
||||
- formula: unbound-schemas
|
||||
|
||||
Reference in New Issue
Block a user