This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user