Skip to content

Commit

Permalink
cleanup nightlies after a week
Browse files Browse the repository at this point in the history
  • Loading branch information
steam0r committed Oct 25, 2024
1 parent b9db058 commit c08ed65
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ on:
- cron: '0 3 * * *'

jobs:
cleanup:
uses: sgpublic/[email protected]
with:
pre-release-drop: true
pre-release-keep-count: 5
pre-release-drop-tag: true
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
draft_release:
runs-on: ubuntu-latest
outputs:
Expand Down Expand Up @@ -61,3 +69,4 @@ jobs:
sign: true
notarize: true
secrets: inherit

0 comments on commit c08ed65

Please sign in to comment.