We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe950b1 commit 4642140Copy full SHA for 4642140
.github/workflows/preview.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Deploy
14
uses: cloudflare/wrangler-action@v3
15
with:
16
- # wranglerVersion: "* -w"
+ wranglerVersion: "* -w"
17
packageManager: pnpm # you can omit this if you use npm
18
workingDirectory: "packages/backend"
19
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
0 commit comments