Skip to content

Update cleanup.yml

Update cleanup.yml #6

Workflow file for this run

name: 'Release Cleanup workflow'
steps:

Check failure on line 3 in .github/workflows/cleanup.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/cleanup.yml

Invalid workflow file

You have an error in your yaml syntax on line 3
- uses: actions/checkout@v3
- uses: Nats-ji/delete-old-releases@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
keep-count: 2
keep-old-minor-releases: true
keep-old-minor-releases-by: 'major'