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.
2 parents 2e34a9b + cd4b3d3 commit 3a58017Copy full SHA for 3a58017
script/upload.js
@@ -10,5 +10,5 @@ spawnSync(
10
(process.platform === 'win32' ? '.cmd' : '')
11
),
12
['--upload-all', process.env.GITHUB_AUTH_TOKEN],
13
- { stdio: 'inherit' }
+ { stdio: 'inherit', shell: true }
14
)
0 commit comments