fix(ci): use correct version of wrangler action

[staging] [deploy]
This commit is contained in:
Harsh Shandilya 2022-09-02 00:31:12 +05:30 committed by GitHub
parent 7b5edc1b94
commit bbd4b01d35
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ jobs:
hugo --minify --gc -D --baseUrl 'https://drafts.msfjarvis.dev/'
- name: Publish to Cloudflare Workers Sites
uses: cloudflare/wrangler-action@1.3.0
uses: cloudflare/wrangler-action@2.0.0
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
accountId: ${{ secrets.CF_ACCOUNT_ID }}