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 and oliverschuerch committed Oct 9, 2024
1 parent 279f171 commit 1e5f7d6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/six-wombats-double.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@swisspost/design-system-documentation': patch
---

Fixed documentation release workflow.
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 1e5f7d6

Please sign in to comment.