Skip to content

Commit

Permalink
debug v5
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Siggery committed Oct 17, 2023
1 parent 9908ea2 commit c077450
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/changeset-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit c077450

Please sign in to comment.