Skip to content

Commit d6ac679

Browse files
committed
Update Makefile
1 parent 83bce0a commit d6ac679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ GIT_COMMIT := $(shell git rev-parse --short HEAD)
1212
# GIT_BRANCH := $(shell git symbolic-ref --short HEAD)
1313
TIMESTAMP := $(shell date +%s)
1414
VERSION ?= 0.0.0-dev
15-
TAG_VERSION := ${GITHUB_REF/refs\/tags\//v}
15+
TAG_VERSION := ${GITHUB_REF:12}
1616
CGO := 1
1717

1818
# Deps

0 commit comments

Comments
 (0)