diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8aadc44..f910e69 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,7 +40,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' }} @@ -51,7 +51,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' }}