From a3254b3312eba43d8f6aaca570fbc826d27f7e70 Mon Sep 17 00:00:00 2001 From: Thomas Date: Mon, 22 Jan 2024 20:55:14 +0100 Subject: [PATCH] fix(ci): install required dep --- .github/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3ea5ede..b35df7f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,6 +16,8 @@ jobs: uses: actions/setup-node@v3 with: node-version: "20.x" + - name: Install dependencies + run: npm install conventional-changelog-conventionalcommits - name: Release new version run: npx semantic-release env: