Skip to content

Commit c45480c

Browse files
committed
Remove extra quotes in jq output
1 parent a5f8ae2 commit c45480c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ jobs:
4747
uv run tools/fetch_matrix2 ${{ inputs.name }} --config ci-targets.yaml \
4848
--store build.json ${{ inputs.force-build && '--force-build' || '' }} >matrix.json
4949
50-
echo "tag=$(jq -c '."tag"' matrix.json)" >>$GITHUB_ENV
51-
echo "version=$(jq -c '."version"' matrix.json)" >>$GITHUB_ENV
50+
echo "tag=$(jq -rc '."tag"' matrix.json)" >>$GITHUB_ENV
51+
echo "version=$(jq -rc '."version"' matrix.json)" >>$GITHUB_ENV
5252
echo "matrix=$(jq -c '."matrix"' matrix.json)" >>$GITHUB_ENV
5353
5454
cat matrix.json | yq -P -o yaml

0 commit comments

Comments
 (0)