Add success log
This commit is contained in:
parent
41d3541c4b
commit
d7db9cb2df
1 changed files with 2 additions and 0 deletions
|
|
@ -62,6 +62,8 @@ async function main() {
|
||||||
|
|
||||||
process.exit(1);
|
process.exit(1);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
console.log(`Release created, and files uploaded successfully!`);
|
||||||
};
|
};
|
||||||
|
|
||||||
main();
|
main();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue