Skip to content

Commit

Permalink
Merge pull request #28 from glukki/update-deploy-action
Browse files Browse the repository at this point in the history
Fix missing wrangler
  • Loading branch information
glukki authored Jun 5, 2024
2 parents e5ee175 + 8e11b7b commit 48039da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
accountId: ${{ secrets.CF_ACCOUNT_ID }}
command: --version
postCommands: |
text="$(wrangler deploy)"
text="$(npx wrangler deploy)"
echo "value=${text##*$'\n'}" >> $GITHUB_OUTPUT
- name: Check status
Expand Down

0 comments on commit 48039da

Please sign in to comment.