From 9a5f696f0a97972b7148c8015be68b67f7abbb0d Mon Sep 17 00:00:00 2001 From: Jack Steam Date: Mon, 30 Dec 2024 15:11:44 -0600 Subject: [PATCH] fix: avoid quotes around the existing release message --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8e0b801..1daafe2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,6 +37,7 @@ jobs: id: get_release uses: actions/github-script@v7 with: + result-encoding: string # This tells the action to return a raw string script: | const release = await github.rest.repos.getRelease({ owner: context.repo.owner,