mirror of
https://github.com/SagerNet/sing-geosite.git
synced 2025-03-11 19:12:11 +08:00
Add delete-older-releases action
This commit is contained in:
parent
94f16186e7
commit
b5893540f4
7
.github/workflows/release.yaml
vendored
7
.github/workflows/release.yaml
vendored
@ -58,4 +58,9 @@ jobs:
|
||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||
asset_path: ./geosite.db.sha256sum
|
||||
asset_name: geosite.db.sha256sum
|
||||
asset_content_type: text/plain
|
||||
asset_content_type: text/plain
|
||||
- uses: dev-drprasad/delete-older-releases@v0.3.2
|
||||
with:
|
||||
keep_latest: 3
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
Loading…
x
Reference in New Issue
Block a user