Skip to content

Commit

Permalink
fx
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizumo-prjkt committed Apr 18, 2024
1 parent 8e4f17f commit b50a1d2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/purge-wipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
permissions:
contents: write


steps:
- uses: actions/checkout@v3
- uses: Nats-ji/delete-old-releases@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
keep-old-minor-releases: false
remove-tags: true
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 b50a1d2

Please sign in to comment.