rebuild and fmt
This commit is contained in:
parent
c99850e5d1
commit
e234343e3e
2 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue