Skip to content

Commit 0883140

Browse files
committed
pass env vars to script/notify
1 parent 2a44a63 commit 0883140

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'])
36+
return execa('script/notify', ['error'], {env: process.env})
3737
.catch(error => {
3838
console.error('notify error:', error)
3939
})

0 commit comments

Comments
 (0)