Skip to content

Commit

Permalink
tweak(ci): manifest bumper formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
thelindat committed Jun 27, 2022
1 parent 8d26c98 commit dfdca19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/bump-manifest-version.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit dfdca19

Please sign in to comment.