From d43fe4a7a46970134a3e8a5276b12afe2bbcbaf3 Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Sat, 3 Sep 2022 19:41:21 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Removed=20Delete=20older=20relea?= =?UTF-8?q?se=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-apk.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/build-apk.yml b/.github/workflows/build-apk.yml index 7bc54e6..3d8d659 100644 --- a/.github/workflows/build-apk.yml +++ b/.github/workflows/build-apk.yml @@ -32,14 +32,6 @@ jobs: run: | echo ::set-output name=date::$(TZ='Asia/Kolkata' date +"%Y.%m.%d-%H.%M.%S") - - name: Delete Older Releases - uses: dev-drprasad/delete-older-releases@v0.2.0 - with: - keep_latest: 0 - delete_tag_pattern: Build* - env: - GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} - - name: Upload Build Artifact uses: ncipollo/release-action@v1.10.0 with: