summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2018-01-23 22:04:19 -0500
committerLex Neva <github.com@lexneva.name>2018-01-23 22:04:19 -0500
commita57ac2a9024f73f2e2f231cb35723f7bb650fbb4 (patch)
tree62d71244e89316e6f38d941be8738685a405b902 /Makefile
parent858be29401fad36ef6ca86be5b4179604873fe33 (diff)
use TRAVIS_BRANCH (which is the tag for tag builds)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)