chore: 调整了发布时的名称

This commit is contained in:
知一一 2025-06-02 20:15:53 +08:00
parent a5278d69f0
commit fcb1a8e74b
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ jobs:
uses: softprops/action-gh-release@v2
with:
tag_name: ${{ steps.get_version.outputs.VERSION_TAG }}
name: Release ${{ steps.get_version.outputs.VERSION_TAG }}
name: ${{ steps.get_version.outputs.VERSION_TAG }}
body: |
${{ steps.changelog.outputs.CHANGELOG_BODY }}