Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix double-quote handling in release creation workflow (#536)
This PR escapes the release title’s double quotes and provides the release notes via a file, preventing shell interpretation errors in the gh release create command. Current workflow fails when (1) release title contains `"`: https://github.com/line/line-bot-sdk-java/actions/runs/12886931493/job/35928566569#step:6:3 or (2) PR title contains `"` (e.g. on reverting change, title is `revert "original title"`) (same as line/line-bot-sdk-java#1536)
- Loading branch information