Skip to content

Commit 57f931d

Browse files
authored
Merge pull request #688 from jichenjc/bug/687
update Make method to avoid mismatch
2 parents 5266896 + acd7b67 commit 57f931d

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
@@ -250,7 +250,7 @@ set-manifest-pull-policy:
250250
## Release
251251
## --------------------------------------
252252

253-
RELEASE_TAG := $(shell git describe --abbrev=0 2>/dev/null)
253+
RELEASE_TAG := $(shell git describe --tags --abbrev=0 2>/dev/null)
254254
RELEASE_DIR := out
255255

256256
$(RELEASE_DIR):

0 commit comments

Comments
 (0)