mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-16 22:46:03 +01:00
chore(fxmanifest): remove comments
This commit is contained in:
4
.github/actions/bump-manifest-version.js
vendored
4
.github/actions/bump-manifest-version.js
vendored
@@ -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)
|
||||
fs.writeFileSync('fxmanifest.lua', newFileContent)
|
||||
|
||||
Reference in New Issue
Block a user