We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migration failed because the tag associated with the draft release does not exist on GitHub
Example log
2022/07/11 00:08:07 ...ervices/task/task.go:56:handle() [E] Run task failed: GetTagCommit[v0.2.3]: object does not exist [id: refs/tags/v0.2.3, rel_path: ]
main branch (cb6c5f8)
Yes
No response
Issue exists both on try.gitea.io and on main branch
The text was updated successfully, but these errors were encountered:
Correctly handle draft releases without a tag (#20314)
966e7bd
Fixes #20313. `errors.Is(err, git.ErrNotExist{})` is not working
Correctly handle draft releases without a tag (go-gitea#20314)
2c5ccf0
Backport go-gitea#20314 `errors.Is(err, git.ErrNotExist{})` is not working Fixes go-gitea#20313
Correctly handle draft releases without a tag (#20314) (#20335)
26f4fe2
Backport #20314 `errors.Is(err, git.ErrNotExist{})` is not working Fixes #20313 Co-authored-by: Chongyi Zheng <harry@harryzheng.com>
9dbfa5a
Fixes go-gitea#20313. `errors.Is(err, git.ErrNotExist{})` is not working
Successfully merging a pull request may close this issue.
Description
Migration failed because the tag associated with the draft release does not exist on GitHub
Example log
Gitea Version
main branch (cb6c5f8)
Can you reproduce the bug on the Gitea demo site?
Yes
Log Gist
No response
Screenshots
No response
Git Version
No response
Operating System
No response
How are you running Gitea?
Issue exists both on try.gitea.io and on main branch
Database
No response
The text was updated successfully, but these errors were encountered: