Skip to content

Commit d6033c5

Browse files
authored
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: netlify/cli#6841
1 parent d09aa9a commit d6033c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-netlify-cli/action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ runs:
1212
steps:
1313
- name: Install netlify-cli
1414
shell: bash
15-
run: pnpm i -g netlify-cli@17
15+
run: pnpm i -g netlify-cli@17.36.1

0 commit comments

Comments
 (0)