diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 76e6fd2a4..b4d5099a2 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -114,10 +114,12 @@ jobs: - name: 'Identify New Contributors Section' id: get-new-contributors + env: + body: "${{ fromJson(steps.get-github-release-notes.outputs.data).body }}" run: | githubOutput="/tmp/${{ steps.time.outputs.time }}-github-output" echo "start redir" - echo "${{ fromJson(steps.get-github-release-notes.outputs.data).body }}" > "$githubOutput" + echo "$body" > "$githubOutput" echo "end redir" - name: Generate the release notes