Skip to content

Commit a6c3863

Browse files
Fix typo
1 parent 5f2fb49 commit a6c3863

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,14 @@ jobs:
2222
id-token: write
2323
contents: write
2424
outputs:
25-
build-number: ${{ steps.build-gradle.outputs.BUILD_NUMBER }}
25+
build-number: ${{ steps.build-maven.outputs.BUILD_NUMBER }}
2626
steps:
2727
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2828
- uses: jdx/mise-action@d6e32c1796099e0f1f3ac741c220a8b7eae9e5dd # v3.2.0
2929
with:
3030
version: 2025.7.12
3131
- uses: SonarSource/ci-github-actions/build-maven@v1
32+
id: build-maven
3233
with:
3334
deploy-pull-request: true
3435
artifactory-reader-role: private-reader # Override default public-reader

0 commit comments

Comments
 (0)