From 24f380206945b4c646230bb2413dd437fb0fd2c2 Mon Sep 17 00:00:00 2001 From: NextFire Date: Sat, 24 Aug 2024 16:41:59 +0200 Subject: [PATCH] ci(tauri): fix multiline github output --- .github/workflows/tauri.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tauri.yml b/.github/workflows/tauri.yml index 2eb9d58a..15acaa98 100644 --- a/.github/workflows/tauri.yml +++ b/.github/workflows/tauri.yml @@ -25,8 +25,11 @@ jobs: id: release_notes run: | notes="$(gh api -X POST /repos/${{ github.repository }}/releases/generate-notes -f tag_name=${{ github.ref_name }} | yq .body)" - notes="A Flatpak repository is also available, see https://github.com/Japan7/karaberus-flatpak

$notes" - echo notes="$notes" >> "$GITHUB_OUTPUT" + echo 'notes<> $GITHUB_OUTPUT + echo 'A Flatpak repository is also available, see https://github.com/Japan7/karaberus-flatpak' >> $GITHUB_OUTPUT + echo '' >> $GITHUB_OUTPUT + echo "$notes" >> $GITHUB_OUTPUT + echo 'EOF' >> $GITHUB_OUTPUT env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} outputs: