init auto release project
This commit is contained in:
parent
a4fb114746
commit
c8048bd6f2
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user