Skip to content

Commit

Permalink
Bug fix in release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sameepsi committed Dec 6, 2021
1 parent 97fbf5b commit 7639531
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7639531

Please sign in to comment.