mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-02-06 13:37:09 +00:00
ci: use correct version for cloudflare/wrangler-action action (#11033)
This commit is contained in:
parent
a1cce04260
commit
5f694c3d4c
2
.github/workflows/deploy-schema-worker.yml
vendored
2
.github/workflows/deploy-schema-worker.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: cloudflare/wrangler-action@3
|
||||
- uses: cloudflare/wrangler-action@v3
|
||||
with:
|
||||
command: deploy
|
||||
workingDirectory: 'crates/tauri-schema-worker'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user