Update publish-mix-hex-release.yml

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

View File

@ -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`;