Files
n8n-mcp/.github
czlonkowski c7da0a2430 fix: resolve YAML syntax error in release.yml workflow
Fixed invalid multi-line string syntax at line 148 by converting to heredoc.
The quoted multi-line string was breaking YAML parsing. Using heredoc (cat <<EOF)
is the proper way to handle multi-line strings in bash within GitHub Actions.

This resolves the CI failure on main branch.

Concieved by Romuald Członkowski - www.aiadvisors.pl/en

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-24 13:45:53 +02:00
..
2025-07-14 18:40:10 +02:00