Fix YAML syntax error - indent heredoc content

This commit is contained in:
Lea Anthony 2025-07-26 08:15:03 +10:00
commit 91d5da6124
No known key found for this signature in database
GPG key ID: 33DAF7BB90A58405

View file

@ -510,8 +510,8 @@ jobs:
echo "## Wails v3 Alpha Release - ${{ steps.release.outputs.version }}"
echo ""
cat << 'RELEASE_NOTES_EOF'
${{ steps.read_notes.outputs.release_notes }}
RELEASE_NOTES_EOF
${{ steps.read_notes.outputs.release_notes }}
RELEASE_NOTES_EOF
echo ""
echo ""
echo ""