From 0af0505321ab55579a6b87907309eb98dfe941a5 Mon Sep 17 00:00:00 2001 From: fireblocks_dx_team Date: Sun, 2 Aug 2026 15:02:48 +0000 Subject: [PATCH] Generated CLI #2725237693 --- .github/workflows/publish-release-on-pr-merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-release-on-pr-merge.yml b/.github/workflows/publish-release-on-pr-merge.yml index 46b1881..1f0bf3c 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