Fix error: projectInfoFile is not defined

Signed-off-by: Shakar <5h4k4r.b4kr@gmail.com>
This commit is contained in:
Shakar 2023-09-19 11:09:54 +03:00
parent fd3c042b3e
commit 509255af64
No known key found for this signature in database
GPG Key ID: DA55A26823AE3C28

View File

@ -48,7 +48,7 @@ async function run() {
console.log(`Old version: ${version}. New version: ${newVersion}`) console.log(`Old version: ${version}. New version: ${newVersion}`)
fs.writeFileSync(file, JSON.stringify(projectInfoFile, null, 2)); fs.writeFileSync(file, JSON.stringify(file, null, 2));
await commitChanges(core.getInput('filePath'), file); await commitChanges(core.getInput('filePath'), file);