Creator of tag does not show correct user in tags page #89925
-
So, I created a tag like so ...
The tag appeared in the repo, but when I view the tag details, GitHub shows a different user's name. Is this a bug or did I miss a step? |
Beta Was this translation helpful? Give feedback.
Answered by
korydraughn
Jan 20, 2024
Replies: 1 comment 1 reply
-
Using |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
korydraughn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using
git tag the_tag the_commit -am 'message'
fixed the issue.