Add CI release to ContentDB

This commit is contained in:
Juraj Vajda 2022-11-03 00:19:09 -04:00
parent b640030507
commit 6a2db266e4

View File

@ -21,11 +21,11 @@ try {
})
const data = await response.json()
console.log(data)
if (!data.succes) {
process.exit(1)
}
console.log(data)
} catch (error) {
console.log(error)
process.exit(1)