更新发布步骤,将 GitHub Release 的名称和内容字段更改为更一致的格式

This commit is contained in:
2025-06-11 05:31:24 +08:00
parent 4cad84310a
commit 6d5e2e2aec

View File

@@ -293,8 +293,8 @@ jobs:
with:
tag: ${{ needs.backend.outputs.tag }}
artifacts: build/${{ env.BIN_NAME }}-*
releaseName: "Release ${{ needs.backend.outputs.tag }}"
releaseBody: |
name: "Release ${{ needs.backend.outputs.tag }}"
body: |
## Release Notes
- Version: ${{ needs.backend.outputs.version }}
- Commit: `${{ github.sha }}`