rebuild and fmt

This commit is contained in:
softprops 2019-10-20 18:04:32 -04:00
parent c99850e5d1
commit e234343e3e
2 changed files with 2 additions and 2 deletions

View file

@ -43,7 +43,7 @@ function run() {
}));
}
console.log(`🎉 Release ready at ${rel.html_url}`);
core_1.setOutput('url', rel.html_url);
core_1.setOutput("url", rel.html_url);
}
catch (error) {
core_1.setFailed(error.message);

View file

@ -36,7 +36,7 @@ async function run() {
});
}
console.log(`🎉 Release ready at ${rel.html_url}`);
setOutput('url', rel.html_url);
setOutput("url", rel.html_url);
} catch (error) {
setFailed(error.message);
}