Skip to content

Commit

Permalink
Fix sonar.projectVersion not being passed properly
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored Jun 11, 2022
1 parent 334b95c commit 4e88796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ runs:
uses: SonarSource/sonarcloud-github-action@master
with:
args: >
-Dsonar.projectVersion=${{ steps.version.output.version }}
-Dsonar.projectVersion=${{ steps.version.outputs.version }}
-Dsonar.scm.revision=${{ inputs.revision }}
-Dsonar.pullrequest.key=${{ steps.prdetails.outputs.pr_id }}
-Dsonar.pullrequest.branch=${{ steps.prdetails.outputs.pr_id && steps.prdetails.outputs.head_branch }}
Expand Down

0 comments on commit 4e88796

Please sign in to comment.