Skip to content

Commit

Permalink
Updated Makefile message
Browse files Browse the repository at this point in the history
  • Loading branch information
ziflex committed Oct 25, 2018
1 parent 57c7d4b commit 8f4e5c2
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 @@ -57,7 +57,7 @@ release:
ifeq ($(RELEASE_VERSION), )
echo "Release version is required (version=x)"
else ifeq ($(GITHUB_TOKEN), )
echo "GitHub token is required ($GITHUB_TOKEN)"
echo "GitHub token is required (GITHUB_TOKEN)"
else
rm -rf ./dist && \
git tag -a v$(RELEASE_VERSION) -m "New $(RELEASE_VERSION) version" && \
Expand Down

0 comments on commit 8f4e5c2

Please sign in to comment.