From f1dee2d1bf33d06cb32c0b46614d26c351eec2c7 Mon Sep 17 00:00:00 2001 From: ferrreo Date: Mon, 22 Jul 2024 08:32:14 +0100 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bec37cd..e6e6135 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,13 +38,5 @@ jobs: - name: Release Package run: ./release.sh - - - name: Purge cache - uses: strrife/cloudflare-chunked-purge-action@master - env: - # Zone is required by both authentication methods - CLOUDFLARE_ZONE: ${{ secrets.CLOUDFLARE_ZONE }} - - CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }} PURGE_URLS: ${{ vars.PURGE_URLS }}