Skip to content

Commit e8100c9

Browse files
committed
Let us see the output, please, pretty please
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent e5e868c commit e8100c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/initialize-releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
2626
const ChildProcess = require('child_process')
2727
const run = (cmd, args) => {
28-
const { error, status, stderr, stdout } = ChildProcess.spawnSync(cmd, args, { stdio: 'inherit' })
28+
const { error, status, stderr, stdout } = ChildProcess.spawnSync(cmd, args, { stdio: 'pipe' })
2929
if (error) {
3030
throw error
3131
}

0 commit comments

Comments
 (0)