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: