Skip to content
This repository was archived by the owner on Aug 3, 2026. It is now read-only.

Commit 40db54d

Browse files
committed
fuuu...
1 parent 8770e31 commit 40db54d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
id: changelog
1919
uses: actions/github-script@v7
2020
with:
21+
result-encoding: string
2122
script: |
2223
const tag = process.env.GITHUB_REF_NAME || '';
2324
const version = tag.startsWith('v') ? tag.slice(1) : tag;
@@ -42,6 +43,6 @@ jobs:
4243
draft: false
4344
prerelease: false
4445
generate_release_notes: false
45-
body: ${{ steps.changelog.outputs.body }}
46+
body: ${{ steps.changelog.outputs.result }}
4647
env:
4748
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)