diff --git a/.github/workflows/semantic_release.yml b/.github/workflows/semantic_release.yml index 969eafd..07015a2 100644 --- a/.github/workflows/semantic_release.yml +++ b/.github/workflows/semantic_release.yml @@ -55,10 +55,7 @@ jobs: - name: Install semantic-release additional plugins (semantic-release-replace-plugin) run: npm install semantic-release-replace-plugin -D - name: Install semantic-release additional plugins (conventional-changelog-conventionalcommits for commit-analyzer preset) - # run: npm install conventional-changelog-conventionalcommits -D - # Temporary solution, see https://github.com/semantic-release/semantic-release/issues/3292 - # and https://github.com/semantic-release/release-notes-generator/issues/633 - run: npm install --save-dev conventional-changelog-conventionalcommits@7.0.2 + run: npm install conventional-changelog-conventionalcommits -D - name: Verify the integrity of provenance attestations and registry signatures for installed dependencies run: npm audit signatures - name: Release