Skip to content

Commit

Permalink
Fix misnamed env variables in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
alufers committed Sep 29, 2019
1 parent 4cd6eb6 commit 84e1f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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),)
Expand Down

0 comments on commit 84e1f29

Please sign in to comment.