Skip to content

Commit 55f6c64

Browse files
authored
missing quote (cloudflare#900)
1 parent 5553b99 commit 55f6c64

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,12 +651,14 @@ jobs:
651651
with:
652652
apiToken: ${{ secrets.CF_API_TOKEN }}
653653
workingDirectory: "products/http3"
654+
wranglerVersion: '1.13.0'
654655
- name: Publish production
655656
uses: cloudflare/[email protected]
656657
with:
657658
apiToken: ${{ secrets.CF_API_TOKEN }}
658659
workingDirectory: "products/http3"
659660
environment: "production"
661+
wranglerVersion: '1.13.0'
660662

661663
deploy-images:
662664
runs-on: ubuntu-latest
@@ -689,7 +691,7 @@ jobs:
689691
with:
690692
apiToken: ${{ secrets.CF_API_TOKEN }}
691693
workingDirectory: "products/images"
692-
environment: "production
694+
environment: "production"
693695
wranglerVersion: '1.13.0'
694696

695697
deploy-internet:

0 commit comments

Comments
 (0)