diff --git a/.github/workflows/publish-npm-package.yml b/.github/workflows/publish-npm-package.yml index 38710e6..df563fc 100644 --- a/.github/workflows/publish-npm-package.yml +++ b/.github/workflows/publish-npm-package.yml @@ -21,7 +21,9 @@ jobs: - name: Install dependencies run: npm ci - name: Install semantic-release and plugins - run: npm install --no-save semantic-release@^24.2.3 + run: npm install --no-save + conventional-changelog-conventionalcommits@^8.0.0 + semantic-release@^24.2.3 @semantic-release/commit-analyzer@^13.0.1 @semantic-release/release-notes-generator@^14.0.3 @semantic-release/npm@^12.0.1