Skip to content

Commit

Permalink
Readded missing Sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-schnell committed Feb 4, 2024
1 parent 452832e commit fd61374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ jobs:
OSS_SONATYPE_TOKEN: ${{ secrets.OSS_SONATYPE_TOKEN }}
OSS_SONATYPE_GPG_PASSPHRASE: ${{ secrets.OSS_SONATYPE_GPG_PASSPHRASE }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: ./mvnw clean deploy jacoco:report -U -B -P sonatype-oss-release --file pom.xml -s settings.xml
run: ./mvnw clean deploy jacoco:report sonar:sonar -U -B -P sonatype-oss-release --file pom.xml -s settings.xml

0 comments on commit fd61374

Please sign in to comment.