diff --git a/.github/workflows/changeset-release.yml b/.github/workflows/changeset-release.yml index be58839ea2..6ce22c116f 100644 --- a/.github/workflows/changeset-release.yml +++ b/.github/workflows/changeset-release.yml @@ -179,8 +179,14 @@ jobs: [] end ') - + + echo "Debug: PRIORITIZED_BLOCKS: $PRIORITIZED_BLOCKS" + echo "Debug: REST_COMPONENT_BLOCKS: $REST_COMPONENT_BLOCKS" BLOCKS=$(jq -n --argjson prioritized "$PRIORITIZED_BLOCKS" --argjson rest "$REST_COMPONENT_BLOCKS" '[$prioritized, $rest] | flatten') + +# Output the combined blocks for use in later steps +echo "BLOCKS=$BLOCKS" >> $GITHUB_ENV + - name: Echo result id: echo-result run: |