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