From c93395b6daf427611103a3bad11ee02efdc5e40c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20Sch=C3=BCrch?= Date: Thu, 11 Jul 2024 10:05:20 +0200 Subject: [PATCH] chore(workflows): set used netlify-cli everywhere to v17 (#3250) --- .github/actions/deploy-to-netlify/action.yaml | 2 +- .github/workflows/release-demo.yaml | 2 +- .github/workflows/release-documentation.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/deploy-to-netlify/action.yaml b/.github/actions/deploy-to-netlify/action.yaml index 95eaea412f..923ffd290d 100644 --- a/.github/actions/deploy-to-netlify/action.yaml +++ b/.github/actions/deploy-to-netlify/action.yaml @@ -36,7 +36,7 @@ runs: steps: - name: Install netlify-cli shell: bash - run: pnpm i -g netlify-cli + run: pnpm i -g netlify-cli@17 - name: Deploy preview environment to netlify id: netlify_deploy diff --git a/.github/workflows/release-demo.yaml b/.github/workflows/release-demo.yaml index 56e4f6ce6e..a0f283a85b 100644 --- a/.github/workflows/release-demo.yaml +++ b/.github/workflows/release-demo.yaml @@ -47,7 +47,7 @@ jobs: - name: Install netlify cli if: steps.check.outputs.changed == 'true' - run: pnpm -g i netlify-cli@15 + run: pnpm -g i netlify-cli@17 # Publish demo only if changesets published any packages - name: Publish demo app to netlify diff --git a/.github/workflows/release-documentation.yaml b/.github/workflows/release-documentation.yaml index 3bb15d595f..349bdb4ef6 100644 --- a/.github/workflows/release-documentation.yaml +++ b/.github/workflows/release-documentation.yaml @@ -57,7 +57,7 @@ jobs: - name: Build documentation & dependencies run: pnpm --filter "design-system-documentation..." build - - name: Setup + - name: Setup netlify-cli uses: ./.github/actions/setup-netlify-cli - name: Get Netlify Config