Add CI release to ContentDB

This commit is contained in:
Juraj Vajda 2022-11-03 00:22:03 -04:00
parent 6a2db266e4
commit 1ae21d79f4

View File

@ -23,7 +23,7 @@ try {
console.log(data)
if (!data.succes) {
if (!data.success) {
process.exit(1)
}
} catch (error) {