rigth major version
This commit is contained in:
4
dist/setup/index.js
vendored
4
dist/setup/index.js
vendored
@@ -105077,13 +105077,13 @@ function run() {
|
||||
}
|
||||
catch (error) {
|
||||
core.debug(`${error.toString()}`);
|
||||
const majorMinorVersion = getHigherVersion(stringVersion);
|
||||
try {
|
||||
const majorMinorVersion = getHigherVersion(stringVersion);
|
||||
yield installVersion(majorMinorVersion);
|
||||
}
|
||||
catch (error) {
|
||||
core.debug(`${error.toString()}`);
|
||||
const majorVersion = getHigherVersion(stringVersion);
|
||||
const majorVersion = getHigherVersion(majorMinorVersion);
|
||||
yield installVersion(majorVersion);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user