Skip to content

Commit

Permalink
Pin wrangler to 1.19.8
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmytton committed Mar 21, 2022
1 parent 2300a0b commit a3d92f1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,16 @@ jobs:
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
environment: production
# Pin wrangler to 1.19.8 due to this bug
# https://github.com/cloudflare/wrangler/issues/2224
wranglerVersion: '1.19.8'

- name: Deploy to Cloudflare (environment input)
uses: cloudflare/wrangler-action@1.3.0
if: github.event_name != 'schedule'
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
environment: ${{ github.event.inputs.environment }}
# Pin wrangler to 1.19.8 due to this bug
# https://github.com/cloudflare/wrangler/issues/2224
wranglerVersion: '1.19.8'

0 comments on commit a3d92f1

Please sign in to comment.