[BUG]: Repository.Release.GetLatest fails with 404 #2916
Labels
Status: Up for grabs
Issues that are ready to be worked on by anyone
Type: Bug
Something isn't working as documented
What happened?
I am trying to get the latest release of a repository in an org. In the following code sample:
The first three lines execute as expected, but the fourth one,
Release.GetLatest(...)
, always fails with an ambiguous "Not Found" error (which doesn't specify what exactly wasn't found, only providing a link to the endpoint's documentation).Versions
Octokit.NET 11.0.1
.NET 8
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: