back to master

This commit is contained in:
Bryan MacFarlane 2020-05-04 12:44:15 -04:00
parent 2a0fbec10d
commit 2ae9264901
2 changed files with 2 additions and 4 deletions

View file

@ -123,8 +123,7 @@ async function getInfoFromManifest(
const releases = await tc.getManifestFromRepo(
'actions',
'node-versions',
token,
'update-versions-manifest-file' // TODO: remove after testing
token
);
console.log(`matching ${versionSpec}...`);
const rel = await tc.findFromManifest(versionSpec, stable, releases);