diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dcaf60a..75ea249 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,7 +37,7 @@ jobs: -p @semantic-release/exec \ -p @semantic-release/git \ -p @semantic-release/github \ - -p conventional-changelog-conventionalcommits \ + -p conventional-changelog-conventionalcommits@9 \ semantic-release 2>&1) && exit_code=0 || exit_code=$? echo "$output" if echo "$output" | grep -q "Published release"; then