From a5bb26907942fbe9b383246bbb0334d09bc2ed03 Mon Sep 17 00:00:00 2001 From: Laurensius Jeffrey <7936962+arcestia@users.noreply.github.com> Date: Sat, 4 Jan 2025 19:01:14 +0700 Subject: [PATCH] Update workflow_clean.yml Signed-off-by: Laurensius Jeffrey <7936962+arcestia@users.noreply.github.com> --- .github/workflows/workflow_clean.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/workflow_clean.yml b/.github/workflows/workflow_clean.yml index 35ca887..949c9a9 100644 --- a/.github/workflows/workflow_clean.yml +++ b/.github/workflows/workflow_clean.yml @@ -16,10 +16,10 @@ jobs: repository: ${{ github.repository }} retain_days: 3 keep_minimum_runs: 1 - - name: Remove old Releases - uses: dev-drprasad/delete-older-releases@v0.3.2 - with: - keep_latest: 5 - delete_tags: true - env: - GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }} + # - name: Remove old Releases + # uses: dev-drprasad/delete-older-releases@v0.3.2 + # with: + # keep_latest: 5 + # delete_tags: true + # env: + # GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}