Skip to content

Commit

Permalink
Update publish-mix-hex-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bryannaegele authored Feb 5, 2024
1 parent 0841b43 commit acaf7fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-mix-hex-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"},`;
Expand Down

0 comments on commit acaf7fb

Please sign in to comment.