We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
gather_workspace_crates
1 parent aef481a commit 9e09c60Copy full SHA for 9e09c60
.github/workflows/ci.yml
@@ -239,7 +239,7 @@ jobs:
239
240
- id: cargo-metadata
241
run: |
242
- WORKSPACE_MEMBERS=$(cargo metadata --format-version=1 --no-deps | jq -c '.packages | .[] | select(.publish == null) | .name' | jq -s '.' | jq -c '.')
+ WORKSPACE_MEMBERS=$(cargo metadata --format-version=1 --no-deps | jq -c '.packages | map(select(.publish == null) | .name)')
243
echo "members=${WORKSPACE_MEMBERS}" >> $GITHUB_OUTPUT
244
245
check-proto-files:
0 commit comments