Skip to content

Commit

Permalink
fix: avoid quotes around the existing release message
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksteamdev committed Dec 30, 2024
1 parent 97a4b65 commit 9a5f696
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9a5f696

Please sign in to comment.