We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1551bd5 commit 155b3f1Copy full SHA for 155b3f1
.github/workflows/ci.yml
@@ -89,8 +89,10 @@ jobs:
89
if: needs.context.outputs.shouldBuild == 'true'
90
with:
91
profile: 'ciSonar'
92
- semanticVersion: ${{ needs.context.outputs.semanticVersion }}
93
branch: ${{ needs.context.outputs.branch }}
+ version: ${{ needs.context.outputs.version }}
94
+ semanticVersion: ${{ needs.context.outputs.semanticVersion }}
95
+ hashVersion: ${{ needs.context.outputs.commitId }}
96
secrets:
97
githubToken: ${{ secrets.OSS_GITHUB_TOKEN }}
98
sonarToken: ${{ secrets.OSS_SONARQUBE_TOKEN }}
0 commit comments