Skip to content

Cleanup

Cleanup #3699

Workflow file for this run

name: Cleanup
on:
registry_package:
types: [published, updated]
workflow_call:
jobs:
cleanup:
runs-on: ubuntu-latest
steps:
- uses: actions/delete-package-versions@e5bc658cc4c965c472efe991f8beea3981499c55 # 5
with:
package-name: ${{ github.event.registry_package.name }}
package-type: nuget
min-versions-to-keep: 10