Tags can be pushed with commits in one command:
$ git push --follow-tags
This will only push tags referenced by commits in the git push.
git push
source