Skip to content

Commit

Permalink
Add delete prereleases workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
frasdav committed Apr 10, 2024
1 parent f29300a commit 9951c34
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/delete-prereleases.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Delete pre-releases

on:
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: dev-drprasad/delete-older-releases@v0.3.2
with:
delete_prerelease_only: true
delete_tags: true
keep_latest: 0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9951c34

Please sign in to comment.