fix: Test release

releases/v3
Tycho Bokdam 2019-10-18 11:01:50 +02:00
parent c8e9ea6338
commit 57d7d4594f
No known key found for this signature in database
GPG Key ID: A0FAE77C8CDF33C7
1 changed files with 1 additions and 2 deletions

View File

@ -17,8 +17,7 @@ const git = command => new Promise(async(resolve, reject) => {
}
try {
core.info(`Exec: git ${command}`)
await exec.exec(`git ${command}`, options)
await exec.exec(`git ${command}`, null, options)
resolve(myOutput)