regenerate

This commit is contained in:
softprops
2019-09-09 21:24:39 +09:00
parent ef96a2eb52
commit bb78d54396
5 changed files with 8 additions and 8 deletions

View File

@ -31,7 +31,6 @@ function run() {
console.log(`🎉 Release ready at ${rel.html_url}`);
}
catch (error) {
console.log(`Error: ${error}`);
core_1.setFailed(error.message);
}
});