mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
Fix YAML syntax error - indent heredoc content
This commit is contained in:
parent
612e0853bf
commit
91d5da6124
1 changed files with 2 additions and 2 deletions
4
.github/workflows/nightly-release-v3.yml
vendored
4
.github/workflows/nightly-release-v3.yml
vendored
|
|
@ -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 ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue