From d2a18d1b1cb3a3a5380a17a624fe50463290e140 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20T=C3=B6lle?= Date: Tue, 27 Jul 2021 17:53:50 +0200 Subject: [PATCH] ci: fix broken peer dependency in semantic-release See https://github.com/apricote/Listory/runs/3173328917 --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 142db68..3c599d2 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -22,7 +22,7 @@ jobs: helm-version: "v3.2.1" - name: Install semantic-release - run: npm install -g semantic-release @semantic-release/git @semantic-release/changelog @semantic-release/exec semantic-release-docker + run: npm install -g --legacy-peer-deps semantic-release @semantic-release/git @semantic-release/changelog @semantic-release/exec semantic-release-docker - name: Release env: