mirror of
https://github.com/mihonapp/mihon-preview.git
synced 2024-12-26 19:08:22 +01:00
Include version number in release body
So that it'll appear in the update dialog in-app.
This commit is contained in:
parent
80aad04cb4
commit
84a18018b6
2
.github/workflows/build_app.yml
vendored
2
.github/workflows/build_app.yml
vendored
@ -53,7 +53,7 @@ jobs:
|
||||
with:
|
||||
tag_name: r${{ env.COMMIT_COUNT }}
|
||||
release_name: Tachiyomi Preview r${{ env.COMMIT_COUNT }}
|
||||
body: 'Latest commit: https://github.com/inorichi/tachiyomi/commit/${{ env.CURRENT_SHA }}'
|
||||
body: 'r${{ env.COMMIT_COUNT }}\n\nLatest commit: https://github.com/inorichi/tachiyomi/commit/${{ env.CURRENT_SHA }}'
|
||||
draft: false
|
||||
prerelease: false
|
||||
- name: Upload APK to release
|
||||
|
Loading…
Reference in New Issue
Block a user