enable latest cache by calling getLatestReleaseVersion

This commit is contained in:
pollenjp 2024-11-30 00:48:57 +09:00
parent 8bdd012be5
commit 8c90a15bfd
4 changed files with 57 additions and 175 deletions

View file

@ -70,7 +70,7 @@ export async function downloadVersion(
return { version: resolvedVersion, cachedToolDir };
}
async function resolveVersion(
export async function resolveVersion(
version: string,
githubToken: string,
): Promise<string> {