mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-04-07 07:58:48 -04:00
Fix error message
Co-authored-by: Kevin Stillhammer <kevin.stillhammer@gmail.com>
This commit is contained in:
parent
c897d38bab
commit
170dfd48ce
1 changed files with 1 additions and 1 deletions
|
@ -12,5 +12,5 @@ export async function getLatestReleaseVersion(githubToken: string) {
|
||||||
if (latestRelease) {
|
if (latestRelease) {
|
||||||
return latestRelease.tag_name;
|
return latestRelease.tag_name;
|
||||||
}
|
}
|
||||||
throw new Error("No releases found for this repository.");
|
throw new Error("Could not determine latest release.");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue