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 8cf039f commit 8662668Copy full SHA for 8662668
.github/workflows/deploy.yaml
@@ -11,6 +11,6 @@ jobs:
11
steps:
12
- uses: actions/checkout@v3
13
- name: Publish
14
- uses: cloudflare/wrangler-action@2.0.0
+ uses: cloudflare/wrangler-action@v3.1.1
15
with:
16
apiToken: ${{ secrets.CF_API_TOKEN }}
.github/workflows/deploy.yml
@@ -9,7 +9,7 @@ jobs:
9
10
- uses: actions/checkout@v2
- name: Build & Deploy Worker
accountId: ${{ secrets.CF_ACCOUNT_ID }}
0 commit comments