Skip to content

Commit

Permalink
rebuild and fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
softprops committed Oct 20, 2019
1 parent c99850e commit e234343
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/main.js
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Expand Up @@ -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);
}
Expand Down

0 comments on commit e234343

Please sign in to comment.