chore: 调整了发布时的名称
This commit is contained in:
parent
a5278d69f0
commit
fcb1a8e74b
|
@ -198,7 +198,7 @@ jobs:
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v2
|
||||||
with:
|
with:
|
||||||
tag_name: ${{ steps.get_version.outputs.VERSION_TAG }}
|
tag_name: ${{ steps.get_version.outputs.VERSION_TAG }}
|
||||||
name: Release ${{ steps.get_version.outputs.VERSION_TAG }}
|
name: ${{ steps.get_version.outputs.VERSION_TAG }}
|
||||||
body: |
|
body: |
|
||||||
${{ steps.changelog.outputs.CHANGELOG_BODY }}
|
${{ steps.changelog.outputs.CHANGELOG_BODY }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue