Skip to content

Commit

Permalink
Create delete-old-packages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikfroehling committed May 5, 2024
1 parent 8a0056d commit c2054de
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/delete-old-packages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Delete old packages

on: workflow_dispatch

jobs:
delete-packages:
runs-on: ubuntu-latest
steps:
- uses: actions/delete-package-versions@v5
with:
package-name: 'Trakt.NET'
package-type: 'nuget'
min-versions-to-keep: 20

0 comments on commit c2054de

Please sign in to comment.