Skip to content

Commit

Permalink
Delete old releases
Browse files Browse the repository at this point in the history
  • Loading branch information
orf committed Jul 28, 2023
1 parent cddb4d2 commit f8f85cc
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/delete.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Delete drafts
uses: hugo19941994/[email protected]
- uses: sgpublic/[email protected]
with:
threshold: 1d
release-drop: true
release-keep-count: 2
release-drop-tag: true
pre-release-drop: true
pre-release-keep-count: -1
pre-release-drop-tag: true
draft-drop: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.TOKEN }}

0 comments on commit f8f85cc

Please sign in to comment.