fix: Test release
parent
c8e9ea6338
commit
57d7d4594f
|
@ -17,8 +17,7 @@ const git = command => new Promise(async(resolve, reject) => {
|
||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
core.info(`Exec: git ${command}`)
|
await exec.exec(`git ${command}`, null, options)
|
||||||
await exec.exec(`git ${command}`, options)
|
|
||||||
|
|
||||||
resolve(myOutput)
|
resolve(myOutput)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue