wormchain: dont remove v in tag name for release

This commit is contained in:
Conor Patrick 2023-03-15 16:39:44 +00:00
parent c1effe68e0
commit 62bef9ffb4
1 changed files with 1 additions and 1 deletions

View File

@ -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 = \