Skip to content

Commit e7e243d

Browse files
committed
Using status here
1 parent 70db07d commit e7e243d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/release-candidate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const getUpdated = (args) => {
3333
}
3434

3535
const notify = status => {
36-
return execa('script/notify', ['error'], {env: process.env})
36+
return execa('script/notify', [status], {env: process.env})
3737
.catch(error => {
3838
console.error('notify error:', error)
3939
})

0 commit comments

Comments
 (0)