diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e932f9f2c..541c32795 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -83,11 +83,11 @@ jobs: cid: ${{ steps.upload.outputs.hash }} - name: Purge cache - uses: jakejarvis/cloudflare-purge-action@master - env: - # Zone is required by both authentication methods - CLOUDFLARE_ZONE: ${{ secrets.CLOUDFLARE_ZONE_ID }} - CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }} + uses: jakejarvis/cloudflare-purge-action@master + env: + # Zone is required by both authentication methods + CLOUDFLARE_ZONE: ${{ secrets.CLOUDFLARE_ZONE_ID }} + CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }} - name: Create GitHub Release id: create_release