Skip to content

Commit f4125c8

Browse files
committed
next try fixing the upload
1 parent a6e6c9d commit f4125c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
echo "signing.secretKeyRingFile=/home/circleci/.gnupg/secring.gpg" >> gradle.properties
7373
- run:
7474
name: Deploy artifacts
75-
command: ./gradlew publishAllPublicationsToMavenCentralRepository --no-configuration-cache
75+
command: ./gradlew publish --no-configuration-cache
7676

7777
workflows:
7878
version: 2

0 commit comments

Comments
 (0)