Include version number in release body

So that it'll appear in the update dialog in-app.
This commit is contained in:
arkon 2020-09-13 10:58:14 -04:00
parent 80aad04cb4
commit 84a18018b6

View File

@ -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