From f1989fa6db16448d9809df1e80e8454a77252fe8 Mon Sep 17 00:00:00 2001 From: n0vella Date: Sun, 1 Sep 2024 11:55:20 +0200 Subject: [PATCH] github actions fix --- .github/workflows/publish.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 589712d..39a3d3c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -59,7 +59,12 @@ jobs: TAG_INFO=$(curl -s -X GET -H "Authorization: Bearer ${{secrets.GITHUB_TOKEN}}" "https://api.github.com/repos/${{ github.repository }}/git/tags/$TAG_SHA") MESSAGE=$(echo $TAG_INFO | jq -r '.message') - echo "MESSAGE=$MESSAGE" >> $GITHUB_OUTPUT + + # multiline GIHUB_OUTPUT variable + echo "MESSAGE<> $GITHUB_OUTPUT + echo "$MESSAGE" >> $GITHUB_OUTPUT + echo "EOF" >> $GITHUB_OUTPUT + shell: bash - name: import windows certificate if: matrix.platform == 'windows-latest'