diff options
| author | Lex Neva <github.com@lexneva.name> | 2018-01-23 22:04:19 -0500 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2018-01-23 22:04:19 -0500 |
| commit | a57ac2a9024f73f2e2f231cb35723f7bb650fbb4 (patch) | |
| tree | 62d71244e89316e6f38d941be8738685a405b902 | |
| parent | 858be29401fad36ef6ca86be5b4179604873fe33 (diff) | |
use TRAVIS_BRANCH (which is the tag for tag builds)
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
