wormchain: dont remove v in tag name for release
This commit is contained in:
parent
c1effe68e0
commit
62bef9ffb4
|
@ -3,7 +3,7 @@ GO_FILES=$(shell find . -name "*.go")
|
|||
# Address of the main tilt validator that the others should connect to
|
||||
TILT_VALADDRESS=wormholevaloper1cyyzpxplxdzkeea7kwsydadg87357qna87hzv8
|
||||
|
||||
VERSION := $(shell echo $(shell git describe --tags 2> /dev/null || echo v0.0.1) | sed 's/^v//')
|
||||
VERSION := $(shell echo $(shell git describe --tags 2> /dev/null || echo v0.0.1))
|
||||
COMMIT := $(shell git log -1 --format='%h' 2> /dev/null || echo 'abc123')
|
||||
|
||||
ldflags = \
|
||||
|
|
Loading…
Reference in New Issue