f79530c50e
Backport #29261. Fix #26090, see https://github.com/go-gitea/gitea/issues/26090#issuecomment-1952013206 Since `TagName` stores the original tag name and `LowerTagName` stores the lower tag name, it doesn't make sense to use lowercase tags as `TagNames` in `FindReleasesOptions`.5e72526da4/services/repository/push.go (L396-L397)
While the only other usage looks correct:5e72526da4/routers/web/repo/repo.go (L416)