Skip to content

Update cleanup.yml

Update cleanup.yml #3

Workflow file for this run

name: 'Release Cleanup workflow'
on:
workflow_dispatch:
release:
types: [created]
push:
pull:
steps:
- 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'ases-count: 1

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