Skip to content

Commit 41716ca

Browse files
committed
Use newer version of wrangler 3.x in GitHub CI
1 parent 637fae2 commit 41716ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ jobs:
2828
- name: Deploy to Cloudflare
2929
uses: cloudflare/wrangler-action@v3
3030
with:
31-
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
31+
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
32+
wranglerVersion: "3.27.1"

0 commit comments

Comments
 (0)