Browse Source

wormchain: dont remove v in tag name for release

Conor Patrick 2 years ago
parent
commit
62bef9ffb4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      wormchain/Makefile

+ 1 - 1
wormchain/Makefile

@@ -3,7 +3,7 @@ GO_FILES=$(shell find . -name "*.go")
 # Address of the main tilt validator that the others should connect to
 # Address of the main tilt validator that the others should connect to
 TILT_VALADDRESS=wormholevaloper1cyyzpxplxdzkeea7kwsydadg87357qna87hzv8
 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')
 COMMIT := $(shell git log -1 --format='%h' 2> /dev/null || echo 'abc123')
 
 
 ldflags = \
 ldflags = \