]> source.dussan.org Git - gitea.git/commit
Fix: database not update release when using `git push --tags --force` (#32040)
authorExploding Dragon <explodingfkl@gmail.com>
Wed, 18 Sep 2024 20:15:03 +0000 (04:15 +0800)
committerGitHub <noreply@github.com>
Wed, 18 Sep 2024 20:15:03 +0000 (20:15 +0000)
commit269c63092369322df8e4c6864acc9a433e5477a8
tree967ed49bd8f7af256a47728a08b006eb6ef64a01
parentadea500aa07eb05e4456b516b4d9ca5f41adb937
Fix: database not update release when using `git push --tags --force` (#32040)

link: https://codeberg.org/forgejo/forgejo/issues/4274
---------

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
services/repository/push.go
tests/integration/repo_tag_test.go