-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Description
Description
A user reported creating a new tag on the release page but couldn't find it listed in the tags section.
I tried pulling the tag locally from the remote repository and succeeded. I could also see the new tag appearing in the timeline feed and on the commit page.
I then deleted the tag remotely, recreated it, and pushed again. The CI ran successfully, confirming it had created a new release. However, the release itself wasn't visible anywhere.
After deleting the tag again, I noticed it still appeared on the commit page! Clicking it just returned a 404 error.
Eventually, I found the tag buried on the last page of the tag list – even though it was newly created and should have been on the first page.
The fix: After upgrading Gitea from 1.23.7 to 1.24.2, I deleted the tag on tag list page, then recreated it. This time everything worked correctly – the release appeared as expected.
Gitea Version
1.23.7
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
No response
Git Version
2.45.1.windows.1
Operating System
windows 10 22H2
How are you running Gitea?
Downloaded from github release and ran the exe file
Database
None