Skip to content

Commit 9df010d

Browse files
committed
fix: action body
1 parent 8c18f0e commit 9df010d

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
@@ -33,6 +33,7 @@ jobs:
3333
with:
3434
tag: v${{ steps.package-version.outputs.current-version}}
3535
name: v${{ steps.package-version.outputs.current-version}}
36-
body: [CHANGELOG](https://github.com/MCSManager/MCSManager/releases/tag/v${{ steps.package-version.outputs.current-version}})
36+
body: |
37+
[CHANGELOG](https://github.com/MCSManager/MCSManager/releases/tag/v${{ steps.package-version.outputs.current-version}})
3738
artifacts: "mcsmanager.fpk"
3839
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)