Skip to content

Fix nightly workflow YAML syntax#238

Merged
nicobistolfi merged 1 commit intomainfrom
fix/nightly-workflow-yaml
Mar 19, 2026
Merged

Fix nightly workflow YAML syntax#238
nicobistolfi merged 1 commit intomainfrom
fix/nightly-workflow-yaml

Conversation

@nicobistolfi
Copy link
Copy Markdown
Collaborator

@nicobistolfi nicobistolfi commented Mar 19, 2026

Summary
This fixes the YAML syntax error in the nightly release workflow.

The Publish rolling prerelease step was building a multi-line --notes argument inline inside gh release create, which broke workflow parsing in .github/workflows/nightly.yml. The release notes are now assembled into a release_notes shell variable first and then passed to gh release create --notes.

Validation

  • Parsed .github/workflows/nightly.yml locally to confirm valid YAML
  • Kept the workflow behavior the same aside from fixing the invalid syntax

@nicobistolfi nicobistolfi merged commit bd4e3f3 into main Mar 19, 2026
1 check passed
@nicobistolfi nicobistolfi deleted the fix/nightly-workflow-yaml branch March 19, 2026 17:04
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