From 0cdf2e120e7c40d2c1f894666069191ae34e690c Mon Sep 17 00:00:00 2001 From: patrick-zippenfenig Date: Fri, 7 Jun 2024 11:09:45 +0200 Subject: [PATCH] fix: Ci release missing plugin --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4ac52c2..f2b367c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: node-version: 20 - name: Install semantic-release run: | - npm install --no-save semantic-release + npm install --no-save semantic-release conventional-changelog-conventionalcommits - name: Release env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}