Add the tag with a message

git tag -a v1.4 -m 'message'

Push the tag

git push origin --tags
# OR
git push origin v1.4