verbose logging

This commit is contained in:
Bret Comnes 2020-02-10 13:41:14 -07:00
parent f288fd1650
commit 5c24e7da80
No known key found for this signature in database
GPG Key ID: 3705F4634DC3A1AC

View File

@ -21,5 +21,6 @@ async function doDeploy () {
}
doDeploy().then(() => {}).catch(err => {
console.error(err)
core.setFailed(err.message)
})