Update release.yml

This commit is contained in:
ferrreo 2024-07-22 08:32:14 +01:00 committed by GitHub
parent 564665b8c7
commit f1dee2d1bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 }}