Commit Graph

1 Commits

Author SHA1 Message Date
google-labs-jules[bot]
c6be43eedd fix: Correct YAML syntax in release workflow
This commit fixes a YAML syntax error in the `.github/workflows/release.yml` file.

The single-line `run` command for extracting the version number was causing parsing issues due to nested quotes. This has been replaced with a multi-line `run` block for better readability and to resolve the syntax error.
2025-08-15 13:41:14 +00:00