Update publish-mix-hex-release.yml

This commit is contained in:
Bryan Naegele 2024-02-04 20:18:48 -07:00 committed by GitHub
parent ab933e2528
commit 0841b43e9a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ jobs:
srcFilePath = `${needs.config.outputs.working_directory}/src/${needs.config.outputs.package_name}.app.src`;
core.debug(`Source file path: ${srcFilePath}`)
srcVersionRegex = /{vsn:\s+"[^"]+"},/;
srcVersionRegex = /{vsn, \s+"[^"]+"},/;
core.debug(`Source version regex: ${srcVersionRegex}`)
vsnLineTemplate = `{vsn, "${version}"},`;