mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-05-10 10:44:19 +00:00
rebuild
This commit is contained in:
parent
56b4c8a8ef
commit
742de9953a
3 changed files with 3 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue