init auto release project

This commit is contained in:
Adrien Beaudouin 2024-08-22 19:55:33 +02:00
parent c8048bd6f2
commit 9fda6b6e6f

View File

@ -33274,8 +33274,9 @@ async function run() {
repo, repo,
tag_name: newVersion, tag_name: newVersion,
target_commitish, target_commitish,
name: newVersion,
}); });
// console.log(`🎉 Release ready at ${response.html_url}`); console.log(`🎉 Release ready at ${response.html_url}`);
} catch (error) { } catch (error) {
console.log(error); console.log(error);
_actions_core__WEBPACK_IMPORTED_MODULE_0__.setFailed(error.message); _actions_core__WEBPACK_IMPORTED_MODULE_0__.setFailed(error.message);