From 65061c4a6c509ae01f05a80b90a2246eee2bb772 Mon Sep 17 00:00:00 2001 From: Gino Naumann Date: Thu, 21 Dec 2023 18:55:58 +0100 Subject: [PATCH] ci(release): add npm dependency --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8caec64..11bf900 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,5 +27,6 @@ jobs: @semantic-release/exec @semantic-release/git @semantic-release/github + conventional-changelog-conventionalcommits env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}