chore: use wrangler deploy command instead of deprecated publish

This commit is contained in:
Amr Bashir
2025-07-28 16:56:16 +03:00
committed by GitHub
parent 4cb69ec9ce
commit fc3fef698c

View File

@@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v4
- uses: cloudflare/wrangler-action@v3
with:
command: publish
command: deploy
workingDirectory: 'worker'
apiToken: ${{ secrets.CF_API_TOKEN }}
accountId: ${{ secrets.CF_ACCOUNT_ID }}