From 05941746024189743e0199dcbb4628b1385be7dd Mon Sep 17 00:00:00 2001 From: Vui Lam Date: Wed, 6 Mar 2024 07:19:46 -0800 Subject: [PATCH] Fix typo in release workflow Signed-off-by: Vui Lam --- .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 5e0324d0..f9b334cf 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -118,7 +118,7 @@ jobs: body: "${{ fromJson(steps.get-github-release-notes.outputs.data).body }}" run: | githubOutput="/tmp/${{ steps.time.outputs.time }}-github-output" - echo "$data" > "$githubOutput" + echo "$body" > "$githubOutput" - name: Generate the release notes shell: bash