diff --git a/.github/actions/bump-manifest-version.js b/.github/actions/bump-manifest-version.js index 15ebd6e1..2698b419 100644 --- a/.github/actions/bump-manifest-version.js +++ b/.github/actions/bump-manifest-version.js @@ -5,6 +5,6 @@ const newVersion = version.replace('v', '') const manifestFile = fs.readFileSync('fxmanifest.lua', {encoding: 'utf8'}) -const newFileContent = manifestFile.replace(/\bversion\s+(.*)$/gm, `version '${newVersion}'`) +const newFileContent = manifestFile.replace(/\bversion\s+(.*)$/gm, `version '${newVersion}'`) -fs.writeFileSync('fxmanifest.lua', newFileContent) \ No newline at end of file +fs.writeFileSync('fxmanifest.lua', newFileContent)