diff --git a/index.js b/index.js index f4fc096..b8475b3 100644 --- a/index.js +++ b/index.js @@ -48,7 +48,7 @@ async function run() { console.log(`Old version: ${version}. New version: ${newVersion}`) - fs.writeFileSync(file, JSON.stringify(file, null, 2)); + // fs.writeFileSync(file, JSON.stringify(file, null, 2)); await commitChanges(core.getInput('filePath'), JSON.stringify(file, null, 2));