Skip to content

Commit

Permalink
Remove sonarqube check from release build
Browse files Browse the repository at this point in the history
  • Loading branch information
chr-fritz committed Jun 6, 2024
1 parent 3a5ec32 commit 98e647c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
if: env.SONAR_TOKEN != ''
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

- name: Publish Release Notes
uses: softprops/action-gh-release@v2
with:
Expand Down

0 comments on commit 98e647c

Please sign in to comment.