git tag -d [tag name]; git push origin :[tag name] or git tag -d [tag name] git push origin :refs/tags/[tag name]
출처: https://www.abeautifulsite.net/posts/how-to-delete-a-tag-on-github/