summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index adc9d13..b18d9e2 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ release: README.md
git add README.md
git add Makefile
git commit -am "Release $(VERSION)" || true
- git tag "$(VERSION)"
+ git tag "$(VERSION)" || true
git push
git push origin "$(VERSION)"