diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 988634148..b7118aa02 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -96,7 +96,7 @@ jobs: -p @semantic-release/changelog@5 \ -p @semantic-release/git@9 \ -p @semantic-release/exec@5 \ - -p conventional-changelog-conventionalcommits \ + -p conventional-changelog-conventionalcommits@7 \ semantic-release --dry-run - name: "Semantic Release" if: ${{ github.event.inputs.dryRun == 'false' }} @@ -107,7 +107,7 @@ jobs: -p @semantic-release/changelog@5 \ -p @semantic-release/git@9 \ -p @semantic-release/exec@5 \ - -p conventional-changelog-conventionalcommits \ + -p conventional-changelog-conventionalcommits@7 \ semantic-release - name: "Push automated release commits to release branch" if: ${{ github.event.inputs.dryRun == 'false' }}