fix readme and warning

This commit is contained in:
Maxim Lobanov 2020-06-29 20:46:14 +03:00
parent 1405bc86d4
commit dbbe0bac60
3 changed files with 5 additions and 4 deletions

2
dist/index.js vendored
View file

@ -13153,7 +13153,7 @@ function resolveVersionFromManifest(versionSpec, stable, auth) {
return info === null || info === void 0 ? void 0 : info.resolvedVersion;
}
catch (err) {
core.warning('Unable to resolve version from manifest...');
core.info('Unable to resolve version from manifest...');
core.debug(err.message);
}
});