This commit is contained in:
Bret Comnes 2020-02-10 12:51:31 -07:00
parent 13eab06cd3
commit c2a4d1b338
No known key found for this signature in database
GPG Key ID: 3705F4634DC3A1AC

View File

@ -32,6 +32,6 @@ async function doDeploy () {
// return client.deploy() // return client.deploy()
} }
doDeploy.then(() => {}).catch(err => { doDeploy().then(() => {}).catch(err => {
core.setFailed(err.message) core.setFailed(err.message)
}) })