diff --git a/Makefile b/Makefile index a6df012..42c8e47 100644 --- a/Makefile +++ b/Makefile @@ -82,7 +82,7 @@ git-tag-del: _git-tag-set-check -git tag --delete $(GIT_TAG) -git push --delete origin $(GIT_TAG) -git-tag: _git-tag-set-check git-tag-delete +git-tag: _git-tag-set-check git-tag-del git tag $(GIT_TAG) && git push --tags gh-upload: $(PROGRAM)