Only keep the latest 10 builds

This commit is contained in:
arkon 2020-12-12 16:26:46 -05:00 committed by GitHub
parent d6c89b2998
commit a23f346e44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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