Skip to content

Commit a598cd5

Browse files
committed
Fix version check - once and for all
1 parent 2261d8d commit a598cd5

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
@@ -1,6 +1,6 @@
11
.PHONY: default clean install lint test assets build binaries publish-images test-release release
22

3-
TAG_NAME := $(shell git describe --abbrev=0 --tags).0
3+
TAG_NAME := $(shell git describe --abbrev=0 --tags)
44
SHA := $(shell git rev-parse --short HEAD)
55
VERSION := $(if $(TAG_NAME),$(TAG_NAME),$(SHA))
66

0 commit comments

Comments
 (0)