diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d3099b0..f26ea8d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -142,8 +142,9 @@ jobs: if [ -z "$PREVIOUS_TAG" ]; then echo "â„šī¸ No previous tag found, this might be the first release" - # Get all commits up to current commit - NOTES="### 🎉 Initial Release + # Get all commits up to current commit - use heredoc for multiline + NOTES=$(cat <> $GITHUB_OUTPUT