diff --git a/cmd/showbridge/.goreleaser.yaml b/cmd/showbridge/.goreleaser.yaml index 10af51a..4c93a5c 100644 --- a/cmd/showbridge/.goreleaser.yaml +++ b/cmd/showbridge/.goreleaser.yaml @@ -15,7 +15,7 @@ builds: - "amd64" - "arm64" ldflags: - - '-s -w -X main.version={{.Version}}' + - '-s -w -X main.version={{.RawVersion}}-{{.ShortCommit}}' archives: - formats: [tar.gz]