Skip to content

Commit 6fd07f7

Browse files
committed
Also fix publish in other places for Wrangler v4 compatibility
1 parent c082420 commit 6fd07f7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
6767
wranglerVersion: '4.16.1'
6868
preCommands: npm ci
69-
command: publish
69+
command: deploy
7070
secrets: |
7171
WEBHOOK_URL
7272
env:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"format": "prettier --write '**/*.{js,ts,cjs,mjs,json}'",
2222
"lint": "eslint . --config .github/linters/eslint.config.mjs",
2323
"lint:fix": "eslint . --fix --config .github/linters/eslint.config.mjs",
24-
"publish": "npx wrangler publish",
24+
"publish": "npx wrangler deploy",
2525
"start": "npx wrangler dev",
2626
"up": "npx drizzle-kit up"
2727
},

0 commit comments

Comments
 (0)