From 8e11b7b9b731391e2354b3f9e159a8d657283e41 Mon Sep 17 00:00:00 2001 From: "Vitalii (glukki) Meshchaninov" Date: Wed, 5 Jun 2024 18:06:12 +0200 Subject: [PATCH] Fix missing wrangler --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 005858a..a01b365 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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