Skip to content

Commit 1e5f7d6

Browse files
gfellerpholiverschuerch
authored andcommitted
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 279f171 commit 1e5f7d6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Diff for: .changeset/six-wombats-double.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@swisspost/design-system-documentation': patch
3+
---
4+
5+
Fixed documentation release workflow.

Diff for: .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)