From c07745005f440724c89b9ab40b48c1664065d13f Mon Sep 17 00:00:00 2001 From: Ben Siggery Date: Tue, 17 Oct 2023 12:54:18 +0100 Subject: [PATCH] debug v5 --- .github/workflows/changeset-release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/changeset-release.yml b/.github/workflows/changeset-release.yml index 820cf4ece5..be58839ea2 100644 --- a/.github/workflows/changeset-release.yml +++ b/.github/workflows/changeset-release.yml @@ -179,7 +179,8 @@ jobs: [] end ') - BLOCKS=$(echo "[${PRIORITIZED_BLOCKS},${REST_COMPONENT_BLOCKS}]" | jq -c 'add') + + BLOCKS=$(jq -n --argjson prioritized "$PRIORITIZED_BLOCKS" --argjson rest "$REST_COMPONENT_BLOCKS" '[$prioritized, $rest] | flatten') - name: Echo result id: echo-result run: |