Skip to content

Commit 89bf0aa

Browse files
committed
fix RELEASE_TAG
1 parent 87202f4 commit 89bf0aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ RELEASE_DIR := $(shell pwd)/out
196196
$(RELEASE_DIR):
197197
mkdir -p $(RELEASE_DIR)
198198

199-
RELEASE_TAG := $(shell git describe --abbrev=0 2>/dev/null)
199+
RELEASE_TAG := $(shell git describe --abbrev=0 --tags)
200200

201201
.PHONY: release
202202
release: ## Builds all the manifests/config files to publish with a release

0 commit comments

Comments
 (0)