Skip to content

fix: quote colon-containing strings in release-prep workflow#24

Merged
ttak0422 merged 1 commit intomainfrom
fix/release-prep-yaml-syntax
Mar 31, 2026
Merged

fix: quote colon-containing strings in release-prep workflow#24
ttak0422 merged 1 commit intomainfrom
fix/release-prep-yaml-syntax

Conversation

@ttak0422
Copy link
Copy Markdown
Owner

Summary

  • .github/workflows/release-prep.yml の38・39行目で : を含む文字列がクォートなしで書かれていたYAML構文エラーを修正
  • titlecommit-message の値をダブルクォートで囲むことで修正

Root Cause

YAMLでは値に : が含まれる場合、クォートが必要。以下の行が原因:

title: chore(release): prepare v${{ inputs.version }}
commit-message: chore(release): prepare v${{ inputs.version }}

🤖 Generated with Claude Code

YAML requires quoting values that contain colons. The title and
commit-message fields were causing a parse error on line 38.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@ttak0422 ttak0422 enabled auto-merge March 31, 2026 17:07
@ttak0422 ttak0422 merged commit 70b694a into main Mar 31, 2026
2 checks passed
@ttak0422 ttak0422 deleted the fix/release-prep-yaml-syntax branch March 31, 2026 17:07
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