Skip to content

Commit

Permalink
chore: set a fixed netlify cli version (#3593)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
gfellerph authored Sep 27, 2024
1 parent d09aa9a commit d6033c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-netlify-cli/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d6033c5

Please sign in to comment.