Skip to content

Update cleanup.yml

Update cleanup.yml #12

Workflow file for this run

name: 'Release Cleanup workflow'
on:
workflow_dispatch:
jobs:
my_first_job:
runs-on: ubuntu-latest
steps:

Check failure on line 9 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 9
- 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'