diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 9aab6e4..c38f633 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -62,4 +62,4 @@ jobs: -Dsonar.projectKey=apache_iotdb_extras \ -Dsonar.host.url=https://sonarcloud.io \ -Dsonar.token=${{ secrets.SONARCLOUD_TOKEN }} \ - -DskipTests -pl '!distribution' -am \ No newline at end of file + -DskipTests -pl '!distributions' -am \ No newline at end of file