Skip to content

ci: fix YAML folded scalar indentation in release workflows#123

Merged
hojmark merged 1 commit intomainfrom
fix/workflow-folded-scalar
Mar 11, 2026
Merged

ci: fix YAML folded scalar indentation in release workflows#123
hojmark merged 1 commit intomainfrom
fix/workflow-folded-scalar

Conversation

@hojmark
Copy link
Owner

@hojmark hojmark commented Mar 11, 2026

Using '>' with deeper-indented continuation lines preserves newlines literally rather than folding them to spaces. This caused 'dotnet run' to execute without arguments, failing with 'Couldn't find a project'.

All flag lines are now at the same indentation level as 'dotnet run'.

Using '>' with deeper-indented continuation lines preserves newlines
literally rather than folding them to spaces. This caused 'dotnet run'
to execute without arguments, failing with 'Couldn't find a project'.

All flag lines are now at the same indentation level as 'dotnet run'.
@hojmark hojmark enabled auto-merge (squash) March 11, 2026 14:05
@hojmark hojmark merged commit d187f83 into main Mar 11, 2026
5 checks passed
@hojmark hojmark deleted the fix/workflow-folded-scalar branch March 11, 2026 14:08
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