mirror of
https://github.com/go-gitea/gitea
synced 2025-01-26 07:37:47 +01:00
95a27eb662
When you create a new release(e.g. via Tea) and specify a tag that already exists on the repository, Gitea will instead use the `UpdateRelease` functionality. However it currently doesn't set the Target field. This PR fixes that.