Update publish-mix-hex-release.yml
This commit is contained in:
parent
ab933e2528
commit
0841b43e9a
|
@ -150,7 +150,7 @@ jobs:
|
||||||
srcFilePath = `${needs.config.outputs.working_directory}/src/${needs.config.outputs.package_name}.app.src`;
|
srcFilePath = `${needs.config.outputs.working_directory}/src/${needs.config.outputs.package_name}.app.src`;
|
||||||
core.debug(`Source file path: ${srcFilePath}`)
|
core.debug(`Source file path: ${srcFilePath}`)
|
||||||
|
|
||||||
srcVersionRegex = /{vsn:\s+"[^"]+"},/;
|
srcVersionRegex = /{vsn, \s+"[^"]+"},/;
|
||||||
core.debug(`Source version regex: ${srcVersionRegex}`)
|
core.debug(`Source version regex: ${srcVersionRegex}`)
|
||||||
|
|
||||||
vsnLineTemplate = `{vsn, "${version}"},`;
|
vsnLineTemplate = `{vsn, "${version}"},`;
|
||||||
|
|
Loading…
Reference in New Issue