From d6033c5d179cdd82673afad966c0fbc36acdfa2a Mon Sep 17 00:00:00 2001 From: Philipp Gfeller <1659006+gfellerph@users.noreply.github.com> Date: Fri, 27 Sep 2024 10:43:48 +0200 Subject: [PATCH] chore: set a fixed netlify cli version (#3593) Our last successful deploys were on the 20th of September. On that day, netlify released a patch update that seems to have broken the deploy command if netlify builds are disabled (https://github.com/netlify/cli/blob/main/CHANGELOG.md#17362-2024-09-20). Trying to fix the issue by setting netlify version to a version before that. Submited an issue for netlify cli: https://github.com/netlify/cli/issues/6841 --- .github/actions/setup-netlify-cli/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-netlify-cli/action.yaml b/.github/actions/setup-netlify-cli/action.yaml index 6e8e3acbec..3e4a18c3f9 100644 --- a/.github/actions/setup-netlify-cli/action.yaml +++ b/.github/actions/setup-netlify-cli/action.yaml @@ -12,4 +12,4 @@ runs: steps: - name: Install netlify-cli shell: bash - run: pnpm i -g netlify-cli@17 + run: pnpm i -g netlify-cli@17.36.1