diff --git a/.goreleaser.yaml b/.goreleaser.yaml index c06a84c9..bc12133c 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -5,7 +5,7 @@ builds: - # Binary name. # Can be a path (e.g. `bin/app`) to wrap the binary in a directory. # Default is the name of the project directory. - binary: flagship + binary: abtasty-cli ldflags: - -s -w -X 'github.com/flagship-io/abtasty-cli/cmd/version.Version={{ .Env.FLAGSHIP_VERSION }}' @@ -25,7 +25,7 @@ universal_binaries: - replace: true brews: - - name: flagship + - name: abtasty-cli homepage: "https://github.com/flagship-io/abtasty-cli" tap: owner: flagship-io