Skip to content

Commit

Permalink
update sonar plugin versionW
Browse files Browse the repository at this point in the history
  • Loading branch information
maddingo committed Feb 4, 2024
1 parent 2a08440 commit 82ef284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: |
git config --global user.name "Github Actions"
git config --global user.email "maddingo@github.com"
mvn -B clean deploy -Pgithub,sonar -Dsonar.login=${{ secrets.SONARQUBE_TOKEN }}
mvn -B clean deploy -Pgithub,sonar -Dsonar.token=${{ secrets.SONARQUBE_TOKEN }}
mvn -B site site:stage scm-publish:publish-scm
env:
GITHUB_TOKEN: ${{ github.token }}
Expand Down

0 comments on commit 82ef284

Please sign in to comment.