2021-12-05 14:49:11 +00:00
|
|
|
name: "Prune Old Releases"
|
|
|
|
|
|
|
|
on:
|
|
|
|
workflow_dispatch:
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
housekeeping:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
name: "prune old releases"
|
|
|
|
steps:
|
2022-07-22 18:23:01 +00:00
|
|
|
- name: Checkout
|
2022-11-15 08:37:58 +00:00
|
|
|
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3
|
2022-07-22 18:23:01 +00:00
|
|
|
with:
|
|
|
|
fetch-depth: 0
|
|
|
|
- uses: actions/delete-package-versions@a31a43afa6c2d3afdf8b5f1e311b2dc75585932e # tag=v3
|
|
|
|
with:
|
|
|
|
min-versions-to-keep: 200
|