mirror of
https://github.com/subosito/flutter-action.git
synced 2026-09-05 11:29:31 +00:00
get latest release automatically
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ const installer = __importStar(require("./installer"));
|
||||
function run() {
|
||||
return __awaiter(this, void 0, void 0, function* () {
|
||||
try {
|
||||
const version = core.getInput('version', { required: true });
|
||||
const version = core.getInput('version', { required: false }) || '';
|
||||
const channel = core.getInput('channel', { required: false }) || 'stable';
|
||||
yield installer.getFlutter(version, channel);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user