From a57ac2a9024f73f2e2f231cb35723f7bb650fbb4 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Tue, 23 Jan 2018 22:04:19 -0500 Subject: use TRAVIS_BRANCH (which is the tag for tag builds) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0803e30a..3a3083b5 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:=$(TRAVIS_TAG) +VERSION:=$(TRAVIS_BRANCH) OS:=$(shell uname) ARCH:=$(shell uname -m) -- cgit v1.2.3