This commit is contained in:
Bishal Prasad
2022-11-24 08:50:57 +00:00
parent 0822441ee0
commit 44cd5d150b
2 changed files with 114 additions and 1 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ export async function unlinkFile(filePath: fs.PathLike): Promise<void> {
return util.promisify(fs.unlink)(filePath)
}
async function getVersion(app: string): Promise<string> {
export async function getVersion(app: string): Promise<string> {
core.debug(`Checking ${app} --version`)
let versionOutput = ''
try {