Skip to content

Commit

Permalink
disable prune old releases
Browse files Browse the repository at this point in the history
  • Loading branch information
cuong-tran authored Dec 18, 2024
1 parent b924678 commit c98fd51
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -283,13 +283,13 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

cleaning-repo:
runs-on: ubuntu-latest
steps:
- name: Prune old releases
uses: dev-drprasad/delete-older-releases@dfbe6be2a006e9475dfcbe5b8d201f1824c2a9fe # v0.3.4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
keep_latest: 28
delete_tags: true
# cleaning-repo:
# runs-on: ubuntu-latest
# steps:
# - name: Prune old releases
# uses: dev-drprasad/delete-older-releases@dfbe6be2a006e9475dfcbe5b8d201f1824c2a9fe # v0.3.4
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# keep_latest: 28
# delete_tags: true

0 comments on commit c98fd51

Please sign in to comment.