I have this scenario :
I Can see my tag in my local .git repository when typing this command:
git ls-remote --tags origin | grep 12.55.8.21
701d54524eb7bec2eeed9da8a849563a84f6f277 refs/tags/12.55.8.21
01e55129b7621f2dbea7975a6fa9da6d6e38e203 refs/tags/12.55.8.21^{}
but when going to GitHub I can not find this tag nor the commit attached to it (701d54524eb7bec2eeed9da8a849563a84f6f277)
What am I missing?
Because I know that "git ls-remote" shows me remote branches.