Skip to content

Commit 155b3f1

Browse files
committed
chore(build): tweak gha test step
1 parent 1551bd5 commit 155b3f1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,10 @@ jobs:
8989
if: needs.context.outputs.shouldBuild == 'true'
9090
with:
9191
profile: 'ciSonar'
92-
semanticVersion: ${{ needs.context.outputs.semanticVersion }}
9392
branch: ${{ needs.context.outputs.branch }}
93+
version: ${{ needs.context.outputs.version }}
94+
semanticVersion: ${{ needs.context.outputs.semanticVersion }}
95+
hashVersion: ${{ needs.context.outputs.commitId }}
9496
secrets:
9597
githubToken: ${{ secrets.OSS_GITHUB_TOKEN }}
9698
sonarToken: ${{ secrets.OSS_SONARQUBE_TOKEN }}

0 commit comments

Comments
 (0)