Skip to content

Commit

Permalink
Update GithubReleases.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
dmex committed Dec 23, 2024
1 parent a1c58ad commit 8f9607c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/CustomBuildTool/GithubReleases.cs
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,10 @@ public static bool DeleteRelease(string Version)
catch (Exception ex)
{
Program.PrintColorMessage("[DeleteRelease] " + ex, ConsoleColor.Red);
//return false; ignore
}

return false;
return true;
}

public static GithubReleasesResponse UpdateRelease(string ReleaseId)
Expand Down

0 comments on commit 8f9607c

Please sign in to comment.