Skip to content

Commit

Permalink
ci: add to delete all release
Browse files Browse the repository at this point in the history
  • Loading branch information
binochoi committed Apr 13, 2024
1 parent ab56b00 commit fbf49c8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ jobs:
# run: |
# echo ${{ env.APP_VERSION }}

- uses: dev-drprasad/delete-older-releases@v0.3.3
with:
repo: binochoi/AHK # defaults to current repo
keep_latest: 0
env:
GITHUB_TOKEN: ${{ secrets.PAT }}
- name: Create Release
id: release
uses: actions/create-release@v1
Expand Down

0 comments on commit fbf49c8

Please sign in to comment.