Skip to content

Fix auto-release workflow YAML syntax error#393

Merged
teemow merged 1 commit intomainfrom
fix/auto-release-yaml-syntax
Mar 4, 2026
Merged

Fix auto-release workflow YAML syntax error#393
teemow merged 1 commit intomainfrom
fix/auto-release-yaml-syntax

Conversation

@teemow
Copy link
Member

@teemow teemow commented Mar 4, 2026

Summary

Fix backslash-escaped single quotes in the auto-release workflow if expression that caused GitHub Actions to reject the workflow file with:

Unexpected symbol: 'Release

Single quotes do not need escaping in a YAML block scalar.

Test plan

  • Verify the auto-release workflow passes validation
  • Confirm next PR merge triggers a successful release

Made with Cursor

Remove backslash-escaped single quotes in the if expression that
caused GitHub Actions to reject the workflow file.

Made-with: Cursor
@teemow teemow requested a review from a team as a code owner March 4, 2026 11:26
@teemow teemow enabled auto-merge (squash) March 4, 2026 11:29
@teemow teemow merged commit 563fb10 into main Mar 4, 2026
4 of 6 checks passed
@teemow teemow deleted the fix/auto-release-yaml-syntax branch March 4, 2026 11:29
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