From 934cf16a5069d374007af91a080ebba678c1ed29 Mon Sep 17 00:00:00 2001 From: Ben Date: Fri, 31 May 2024 12:43:29 +0100 Subject: [PATCH] Fix for publish --- .github/workflows/github-release.yml | 3 +-- .github/workflows/publish.yml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/github-release.yml b/.github/workflows/github-release.yml index e1a4d877..c2b871b7 100644 --- a/.github/workflows/github-release.yml +++ b/.github/workflows/github-release.yml @@ -72,8 +72,7 @@ jobs: echo "SPONSORS=$SPONSORS" >> $GITHUB_OUTPUT CONTRIBUTORS=$( - gh pr list --search "-author:@me" --state merged --json author - | jq 'map(.author.name) | unique | join(",")' + gh pr list --search "-author:@me" --state merged --json author | jq 'map(.author.name) | unique | join(",")' --raw-output ) echo "CONTRIBUTORS=$CONTRIBUTORS" >> $GITHUB_OUTPUT diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a7f79877..e4fdcaff 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -77,8 +77,7 @@ jobs: echo "SPONSORS=$SPONSORS" >> $GITHUB_OUTPUT CONTRIBUTORS=$( - gh pr list --search "-author:@me" --state merged --json author - | jq 'map(.author.name) | unique | join(",")' + gh pr list --search "-author:@me" --state merged --json author | jq 'map(.author.name) | unique | join(",")' --raw-output ) echo "CONTRIBUTORS=$CONTRIBUTORS" >> $GITHUB_OUTPUT