Skip to content

Commit

Permalink
Makefile: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rindeal committed Mar 17, 2024
1 parent 935582b commit 2d2ce4c
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 @@ -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)
Expand Down

0 comments on commit 2d2ce4c

Please sign in to comment.