In my repository, I have created tags using the following commands.
git tag v1.0.0 -m \'finally a stable release\' git tag v2.0.0 -m \'oops, there was still
Try to make git tag it should be enough if not try to make git fetch then git tag.
git tag
git fetch