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: