diff --git a/cli/Makefile b/cli/Makefile index 5f51af5fc8..a2f80523c7 100644 --- a/cli/Makefile +++ b/cli/Makefile @@ -6,7 +6,7 @@ # test: deps # gotestsum -CLI_VERSION := $(if $(shell git describe), $(shell git describe), "UnknownVersion") +CLI_VERSION := $(if $(shell git describe --tags), $(shell git describe --tags), "UnknownVersion") build: mkdir -p ../build