Rebuild dist

This commit is contained in:
panticmilos 2022-11-25 10:52:15 +01:00
parent f1f69d49da
commit ece959cf2b
2 changed files with 6 additions and 14 deletions

View file

@ -358,7 +358,7 @@ export async function resolveStableVersionInput(
versionSpec: string,
auth: string | undefined,
arch = os.arch(),
manifest: tc.IToolRelease[] | undefined,
manifest: tc.IToolRelease[] | undefined
): Promise<string> {
if (!manifest) {
core.debug('No manifest cached');