ci: 修改 body_path
parent
8ef35f739b
commit
73ac18dee3
|
@ -40,7 +40,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
tag_name: ${{ github.ref }}
|
tag_name: ${{ github.ref }}
|
||||||
release_name: Release ${{ github.ref }}
|
release_name: Release ${{ github.ref }}
|
||||||
body: 'CHANGELOG.md'
|
body_path: 'CHANGELOG.md'
|
||||||
prerelease: ${{ steps.prerelease.outputs.result }}
|
prerelease: ${{ steps.prerelease.outputs.result }}
|
||||||
|
|
||||||
- name: Build Release Asset
|
- name: Build Release Asset
|
||||||
|
|
Loading…
Reference in New Issue