mirror of
https://github.com/go-gitea/gitea
synced 2025-02-01 20:44:28 +00:00
0ea8de2d07
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)