We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70db07d commit e7e243dCopy full SHA for e7e243d
script/release-candidate
@@ -33,7 +33,7 @@ const getUpdated = (args) => {
33
}
34
35
const notify = status => {
36
- return execa('script/notify', ['error'], {env: process.env})
+ return execa('script/notify', [status], {env: process.env})
37
.catch(error => {
38
console.error('notify error:', error)
39
})
0 commit comments