mirror of
https://github.com/tauri-apps/create-tauri-app.git
synced 2026-01-31 00:45:16 +01:00
chore: use wrangler deploy command instead of deprecated publish
This commit is contained in:
2
.github/workflows/deploy-scripts-worker.yml
vendored
2
.github/workflows/deploy-scripts-worker.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user