This commit is contained in:
softprops 2019-10-20 18:09:27 -04:00
parent 56b4c8a8ef
commit 742de9953a
3 changed files with 3 additions and 3 deletions

View file

@ -29,7 +29,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);