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 5553b99 commit 55f6c64Copy full SHA for 55f6c64
.github/workflows/deploy.yml
@@ -651,12 +651,14 @@ jobs:
651
with:
652
apiToken: ${{ secrets.CF_API_TOKEN }}
653
workingDirectory: "products/http3"
654
+ wranglerVersion: '1.13.0'
655
- name: Publish production
656
uses: cloudflare/[email protected]
657
658
659
660
environment: "production"
661
662
663
deploy-images:
664
runs-on: ubuntu-latest
@@ -689,7 +691,7 @@ jobs:
689
691
690
692
693
workingDirectory: "products/images"
- environment: "production
694
+ environment: "production"
695
wranglerVersion: '1.13.0'
696
697
deploy-internet:
0 commit comments