We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6758d0 commit c082420Copy full SHA for c082420
1 file changed
.github/workflows/staging.yml
@@ -29,9 +29,8 @@ jobs:
29
with:
30
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
31
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
32
- wranglerVersion: '4.16.1'
33
preCommands: npm ci
34
- command: publish --env staging
+ command: deploy --env staging
35
secrets: |
36
WEBHOOK_URL
37
env:
0 commit comments