diff --git a/release/index.js b/release/index.js index 2f76caf..78477cc 100644 --- a/release/index.js +++ b/release/index.js @@ -29,8 +29,9 @@ async function run() { repo, tag_name: newVersion, target_commitish, + name: newVersion, }); - // console.log(`🎉 Release ready at ${response.html_url}`); + console.log(`🎉 Release ready at ${response.html_url}`); } catch (error) { console.log(error); core.setFailed(error.message);