Skip to content

Commit

Permalink
fix: use correct wrangler action version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mayowa Esan committed Dec 10, 2024
1 parent d8edf75 commit 0b603f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/worker-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Publish
uses: cloudflare/wrangler-action@3.13.0
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
workingDirectory: "packages/worker"

0 comments on commit 0b603f5

Please sign in to comment.