Skip to content

Commit

Permalink
Merge pull request #4 from cap-l-cc/feat/update-wrangler-action
Browse files Browse the repository at this point in the history
ci: specify package manager in wrangler-action
  • Loading branch information
Lucky authored Oct 4, 2023
2 parents 646eb2d + f4ac630 commit e62675d
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 e62675d

Please sign in to comment.