mirror of
https://github.com/LiteyukiStudio/spage.git
synced 2026-01-25 13:12:02 +00:00
✨ 更新发布步骤,将 GitHub Release 的名称和内容字段更改为更一致的格式
This commit is contained in:
4
.github/workflows/build-aio.yaml
vendored
4
.github/workflows/build-aio.yaml
vendored
@@ -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 }}`
|
||||
|
||||
Reference in New Issue
Block a user