Skip to content
This repository was archived by the owner on Dec 15, 2025. It is now read-only.

Commit 6a9addf

Browse files
committed
dummy
1 parent 1d5bb81 commit 6a9addf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ jobs:
1111
name: Deploy
1212
steps:
1313
- uses: actions/checkout@v4
14+
15+
- name: Install Wrangler
16+
run: npm install -g [email protected]
17+
18+
- name: Check Wrangler Version
19+
run: wrangler --version
20+
1421
- name: Upload Worker Version
1522
uses: cloudflare/wrangler-action@v3
1623
with:

0 commit comments

Comments
 (0)