Skip to content

Commit 74470ac

Browse files
authored
Fix Publish
1 parent 62eb9d8 commit 74470ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci-java.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.ORG_GRADLE_PROJECT_SIGNINGKEY }}
163163
uses: gradle/gradle-build-action@v3
164164
with:
165-
arguments: publish
165+
arguments: publishToMavenCentral
166166
gradle-version: "8.6"
167167
build-root-directory: java
168168

0 commit comments

Comments
 (0)