diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e9eda6c..6a9ef69 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,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