Skip to content

Commit

Permalink
chore(ci): bump wrangler-action
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyko committed Aug 1, 2023
1 parent 50e7eef commit 969848d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cloudflare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-latest
name: Deploy
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Publish
uses: cloudflare/wrangler-action@1.3.0
uses: cloudflare/wrangler-action@2.0.0
with:
apiToken: ${{ secrets.CF_TOKEN }}
workingDirectory: ./apps/worker

0 comments on commit 969848d

Please sign in to comment.