Skip to content

Commit

Permalink
fix(deps): global install cause its not found
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4007 committed Feb 19, 2024
1 parent cb15202 commit 6d03fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ runs:
- name: Install Dependencies
run: |
yarn install
yarn add wrangler tsx
yarn add wrangler tsx -g
shell: bash

- run: ./cloudflare-deploy-action/.github/cloudflare-deploy.sh ${{ inputs.repository }} ${{ inputs.production_branch }} ${{ inputs.output_directory }} ${{ inputs.is_production }}
Expand Down

0 comments on commit 6d03fa9

Please sign in to comment.