Skip to content

Commit

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

0 comments on commit a34524f

Please sign in to comment.