Skip to content

Commit 18417e6

Browse files
committed
Fix publishing job
1 parent e562cff commit 18417e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
- name: Cache Gradle
9090
uses: ./.github/actions/cache-gradle
9191
- name: Deploy snapshot
92-
run: ./gradlew publishAllPublicationsToMavenCentralRepository -Dsnapshot=true --stacktrace
92+
run: ./gradlew publishToMavenCentral -Dsnapshot=true --stacktrace
9393
shell: bash
9494

9595
deploy-release:

0 commit comments

Comments
 (0)