init auto release project

This commit is contained in:
2024-08-22 21:13:08 +02:00
parent 8e4b4cc908
commit 664013e856
3 changed files with 5 additions and 0 deletions

View File

@ -33281,6 +33281,8 @@ async function run() {
},
});
console.log(`🎉 Release ready at ${response.html_url}`);
_actions_core__WEBPACK_IMPORTED_MODULE_0__.setOutput("version", newVersion);
} catch (error) {
console.log(error);
_actions_core__WEBPACK_IMPORTED_MODULE_0__.setFailed(error.message);