Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Hammanek authored Aug 27, 2024
1 parent 4fa5feb commit fe6b515
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
on: push
steps:
- uses: actions/checkout@v3
- uses: Nats-ji/delete-old-releases@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
keep-count: 5
keep-old-minor-releases: true
keep-old-minor-releases-count: 1
jobs:
delete_old_releases:
steps:
- uses: actions/checkout@v3
- uses: Nats-ji/delete-old-releases@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
keep-count: 5
keep-old-minor-releases: true
keep-old-minor-releases-count: 1

0 comments on commit fe6b515

Please sign in to comment.