Skip to content

Commit

Permalink
修复发行日志为最老提交日志的问题
Browse files Browse the repository at this point in the history
应该显示最新提交的日志,
  • Loading branch information
AoEiuV020 committed Sep 6, 2021
1 parent 1305310 commit 716b537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
with:
tag_name: ${{ env.BUILD_VERSION }}
release_name: ${{ env.BUILD_VERSION }}
body: ${{ github.event.commits[0].message }}
body: ${{ github.event.head_commit.message }}
draft: true
prerelease: ${{ env.PRE_RELEASE == 'true' }}
- name: Upload Release Asset android
Expand Down

0 comments on commit 716b537

Please sign in to comment.