Skip to content

Commit

Permalink
Update get-release.js
Browse files Browse the repository at this point in the history
  • Loading branch information
NoNamePro0 authored and bruceadams committed Aug 15, 2020
1 parent 2d16373 commit c09abd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/get-release.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ async function run() {
core.setOutput("id", releaseId.toString());
core.setOutput("html_url", htmlUrl);
core.setOutput("upload_url", uploadUrl);
core.setOutput("tag_name", tag);
} catch (error) {
console.log(error);
core.setFailed(error.message);
Expand Down

0 comments on commit c09abd9

Please sign in to comment.