Skip to content

Commit 8572965

Browse files
committed
fixup
1 parent a8235b4 commit 8572965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
done
9292
9393
# Format the output for GitHub Actions matrix using jq
94-
PACKAGES_JSON=$(printf '%s\n' "${CHANGED_PACKAGES[@]}" | jq -R . | jq -s .)
94+
PACKAGES_JSON=$(jq -n '$ARGS.positional' --args "${CHANGED_PACKAGES[@]}" -c)
9595
echo "matrix={\"package\":$PACKAGES_JSON}" >> $GITHUB_OUTPUT
9696
fi
9797

0 commit comments

Comments
 (0)