init auto release project

This commit is contained in:
Adrien Beaudouin 2024-08-22 19:55:25 +02:00
parent a4fb114746
commit c8048bd6f2

View File

@ -29,8 +29,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);
core.setFailed(error.message); core.setFailed(error.message);