Skip to content

Commit 1e18ec4

Browse files
add: workflow for publishing to maven central
1 parent cfc418e commit 1e18ec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
# ORG_GRADLE_PROJECT_signingKeyId: ${{ secrets.GPG_PRIVATE_KEY_ID }}
112112
# ORG_GRADLE_PROJECT_base64EncodedAsciiArmoredSigningKey: ${{ secrets.GPG_BASE64_ENCODED_KEY }}
113113
# run: echo "publishing to maven central"
114-
run: ./gradlew publishToMavenLocal --stacktrace
114+
run: ./gradlew publishAllPublicationsToSonatypeRepository --stacktrace
115115

116116
# # Step to import GPG key and sign the artifacts
117117
# - name: Sign artifacts

0 commit comments

Comments
 (0)