Skip to content
This repository was archived by the owner on Apr 24, 2024. It is now read-only.

Commit 746fc8e

Browse files
fix: version for SonarQub
1 parent f7f6f6b commit 746fc8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131

3232
- name: Analyse
3333
if: github.ref == 'refs/heads/master'
34-
run: ./gradlew version sonarqube -Dsonar.login=${{ secrets.SONAR_LOGIN }} -Djgitver.branch=${GITHUB_REF:11}
34+
run: ./gradlew version sonarqube -Dsonar.login=${{ secrets.SONAR_LOGIN }}
3535
env:
3636
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)