From 716865310a64907798eb268c7352532bb981a2bd Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Sat, 13 Jan 2018 14:33:15 -0500 Subject: [PATCH] please just give me the tag --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bd7adcd54..0803e30a4 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ EXTENSIONS:=embroider embroider_params embroider_simulate embroider_update # This gets the branch name or the name of the tag -VERSION:=$(shell git describe --tags --exact-match > /dev/null 2>&1 || git symbolic-ref -q --short HEAD) +VERSION:=$(TRAVIS_TAG) OS:=$(shell uname) ARCH:=$(shell uname -m)