mirror of
https://github.com/mihonapp/mihon-preview.git
synced 2024-11-10 04:37:24 +01:00
Only keep the latest 10 builds
This commit is contained in:
parent
d6c89b2998
commit
a23f346e44
7
.github/workflows/build_app.yml
vendored
7
.github/workflows/build_app.yml
vendored
@ -75,3 +75,10 @@ jobs:
|
||||
asset_path: app/build/outputs/apk/standard/debug/app-standard-debug.apk
|
||||
asset_name: tachiyomi-r${{ env.COMMIT_COUNT }}.apk
|
||||
asset_content_type: application/vnd.android.package-archive
|
||||
|
||||
- uses: dev-drprasad/delete-older-releases@v0.2.0
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
keep_latest: 10
|
||||
delete_tags: true
|
||||
|
Loading…
Reference in New Issue
Block a user