From 84e1f29ce30cd22d35a3e86af72591c6cb72c44c Mon Sep 17 00:00:00 2001 From: alufers Date: Sun, 29 Sep 2019 18:13:00 +0200 Subject: [PATCH] Fix misnamed env variables in makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 94bdce1..0b2eda1 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ PACKR2_PATH ?= packr2 ifeq ($(TRAVIS_TAG),) -GITHUB_REF := $(FILE:refs/tags/%=%) +TRAVIS_TAG := $(GITHUB_REF:refs/tags/%=%) endif ifeq ($(TRAVIS_TAG),)