diff --git a/.github/workflows/publish-release-on-pr-merge.yml b/.github/workflows/publish-release-on-pr-merge.yml index 96f5ede3..c196f819 100644 --- a/.github/workflows/publish-release-on-pr-merge.yml +++ b/.github/workflows/publish-release-on-pr-merge.yml @@ -39,7 +39,7 @@ jobs: run: | set -o pipefail marker="" - existing_url=$(gh release list --limit 20 --json tagName,url \ + existing_url=$(gh release list --limit 20 --json tagName \ --jq '.[].tagName' | while read -r tag; do body=$(gh release view "$tag" --json body --jq '.body') if [[ "$body" == *"$marker"* ]]; then