Use Gitea tag deletion endpoint
Release / release (push) Failing after 5m36s

This commit is contained in:
chuan
2026-05-18 01:34:38 +08:00
Unverified
parent 9b40028387
commit f479e94b2d
-1
View File
@@ -97,7 +97,6 @@ if (currentRelease) {
}
await ignoreMissing(`/repos/${owner}/${repo}/tags/${encodeURIComponent(tag)}`, { method: "DELETE" });
await ignoreMissing(`/repos/${owner}/${repo}/git/refs/tags/${encodeURIComponent(tag)}`, { method: "DELETE" });
const release = (await request(`/repos/${owner}/${repo}/releases`, {
method: "POST",