From 7f8b870cfdbf532c8846b76cb5950041abb28887 Mon Sep 17 00:00:00 2001 From: James Petersen Date: Tue, 14 May 2024 12:55:33 -0600 Subject: [PATCH] fix the shard output echo (#2681) Signed-off-by: James Petersen --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 873e9e06ba..5836fd03c7 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -64,7 +64,7 @@ jobs: fi - name: Shard Results - run: echo ${{ steps.shard.outputs.matrix }} + run: echo '${{ steps.shard.outputs.matrix }}' outputs: # This is of the format [{"index": 0, "images": "a b c"}, {"index": 1, "images": "d e f"}, ...]