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 e5e868c commit e8100c9Copy full SHA for e8100c9
.github/workflows/initialize-releases.yml
@@ -25,7 +25,7 @@ jobs:
25
26
const ChildProcess = require('child_process')
27
const run = (cmd, args) => {
28
- const { error, status, stderr, stdout } = ChildProcess.spawnSync(cmd, args, { stdio: 'inherit' })
+ const { error, status, stderr, stdout } = ChildProcess.spawnSync(cmd, args, { stdio: 'pipe' })
29
if (error) {
30
throw error
31
}
0 commit comments