fix: Test release
parent
a85634b8c7
commit
c8e9ea6338
|
@ -1,3 +1,4 @@
|
||||||
|
const core = require('@actions/core')
|
||||||
const exec = require('@actions/exec')
|
const exec = require('@actions/exec')
|
||||||
|
|
||||||
const git = command => new Promise(async(resolve, reject) => {
|
const git = command => new Promise(async(resolve, reject) => {
|
||||||
|
@ -16,6 +17,7 @@ const git = command => new Promise(async(resolve, reject) => {
|
||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
core.info(`Exec: git ${command}`)
|
||||||
await exec.exec(`git ${command}`, options)
|
await exec.exec(`git ${command}`, options)
|
||||||
|
|
||||||
resolve(myOutput)
|
resolve(myOutput)
|
||||||
|
|
Loading…
Reference in New Issue