Skip to content

Commit 8cfb9f7

Browse files
committed
publish from root
1 parent 7f5dd6c commit 8cfb9f7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
PUBLISH_USER: ${{ secrets.PUBLISH_USER }}
110110
PUBLISH_KEY: ${{ secrets.PUBLISH_KEY }}
111111
run: |
112-
./gradlew publishToMavenCentral --stacktrace
112+
./gradlew publishAllToMavenCentral --stacktrace
113113
114114
sonar:
115115
needs: [publish]

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
PUBLISH_USER: ${{ secrets.PUBLISH_USER }}
3232
PUBLISH_KEY: ${{ secrets.PUBLISH_KEY }}
3333
run: |
34-
./gradlew publishToMavenCentral --stacktrace
34+
./gradlew publishAllToMavenCentral --stacktrace

0 commit comments

Comments
 (0)