fix: Test release
parent
c8e9ea6338
commit
57d7d4594f
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue