Skip to content

Commit

Permalink
ci: specify package manager in wrangler-action
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucky3028 committed Oct 4, 2023
1 parent 646eb2d commit f4ac630
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ jobs:
- name: Build
run: pnpm build
- name: Publish
uses: cloudflare/wrangler-action@2.0.0
uses: cloudflare/wrangler-action@v3
with:
workingDirectory: apps/${{ matrix.app }}
apiToken: ${{ secrets.CF_TOKEN }}
packageManager: pnpm
command: deploy
secrets: |
SWITCHBOT_TOKEN
Expand Down

0 comments on commit f4ac630

Please sign in to comment.