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 a5ab74b commit ab933e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-mix-hex-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ jobs:
var srcVersionRegex = "";
var vsnLineTemplate = "";
core.debug(`Language: ${needs.config.outputs.language`)
core.debug(`Language: ${needs.config.outputs.language}`)
switch(needs.config.outputs.language) {
case 'elixir':
srcFilePath = `${needs.config.outputs.working_directory}/mix.exs`;
Expand Down

0 comments on commit ab933e2

Please sign in to comment.