Skip to content

Commit 2ae4a8f

Browse files
Upgrade wrangler to v4 in deploy workflow
The v3 wrangler was causing deployment failures with "Failed to publish your Function" internal errors.
1 parent 471cfbe commit 2ae4a8f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
with:
2828
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
2929
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
30+
wranglerVersion: "4"
3031
command: pages deploy _site --project-name=eegmanysteps --branch=${{ github.head_ref || 'main' }}
3132

3233
- name: Update deployment comment on PR

0 commit comments

Comments
 (0)