From ee0e9be08b0a8c3c9fa75ff27dd36731c6449f25 Mon Sep 17 00:00:00 2001 From: Rahul Date: Fri, 24 Nov 2023 15:09:09 +0530 Subject: [PATCH] update release notes --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 873688d..237ac81 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -22,7 +22,7 @@ jobs: - name: Get Release Notes id: release_notes run: | - RELEASE_NOTES=$(gh release view) + RELEASE_NOTES=$(gh release view --json body) echo "::set-output name=text::$RELEASE_NOTES" env: GH_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}