Skip to content

fix(build): resolve invalid workflow syntax in .github/workflows/build.yml - #10

Open
TechnologyStar wants to merge 1 commit into
mainfrom
fix/gha-build-yml-unclosed-expression
Open

TechnologyStar wants to merge 1 commit into
mainfrom
fix/gha-build-yml-unclosed-expression

Conversation

@TechnologyStar

Copy link
Copy Markdown
Owner

Summary

This PR fixes a GitHub Actions workflow syntax error in .github/workflows/build.yml that caused two CI runs to fail.

Details

  • Adjusted the release name expression to avoid unescaped braces that confused the YAML parser.
  • Replaced problematic string Build {0} #{1} with Build {0} - Run {1} and aligned Release name accordingly.
  • Keeps tag_name logic intact and preserves existing CI steps.

Warning: Task VM test is not passing, cto.new will perform much better if you fix the setup

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant