Skip to content

Commit 8ff9b9b

Browse files
committed
don't use deprecated wrangler command in the ci
1 parent 0f7472c commit 8ff9b9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ jobs:
316316
working-directory: examples/cloudflare-workers
317317

318318
- name: Deploy
319-
run: wrangler publish
319+
run: wrangler deploy
320320
working-directory: examples/cloudflare-workers
321321
env:
322322
CLOUDFLARE_API_TOKEN: ${{secrets.CF_API_TOKEN}}
@@ -409,7 +409,7 @@ jobs:
409409
working-directory: examples/cloudflare-workers-with-typescript
410410

411411
- name: Deploy
412-
run: wrangler publish
412+
run: wrangler deploy
413413
working-directory: examples/cloudflare-workers-with-typescript
414414
env:
415415
CLOUDFLARE_API_TOKEN: ${{secrets.CF_API_TOKEN}}

0 commit comments

Comments
 (0)