Skip to content

Commit

Permalink
upgrade wrangler
Browse files Browse the repository at this point in the history
  • Loading branch information
shumbo committed Sep 16, 2024
1 parent cf8ff10 commit a1c5e45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: pnpm build
working-directory: Web/packages/check
- name: Publish
uses: cloudflare/wrangler-action@1.3.0
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
workingDirectory: Web/packages/check
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
run: pnpm build
working-directory: Web/packages/go
- name: Publish
uses: cloudflare/wrangler-action@1.3.0
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
workingDirectory: Web/packages/go
Expand Down

0 comments on commit a1c5e45

Please sign in to comment.