Skip to content

Commit

Permalink
chore(gha): fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
rbioteau authored Dec 11, 2024
1 parent 2a58603 commit 86eeb90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
SONAR_TOKEN: ${{secrets.SONAR_TOKEN}}
run: ./mvnw -B sonar:sonar -Dsonar.login=${{ secrets.SONAR_TOKEN }}

run: ./mvnw -B sonar:sonar
- name: Copy artifacts for staging
run: |
mkdir staging
Expand Down

0 comments on commit 86eeb90

Please sign in to comment.