Skip to content

Commit b004fbc

Browse files
committed
update workflow
1 parent 36153c2 commit b004fbc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
PUBLISH_USER: ${{ secrets.PUBLISH_USER }}
107107
PUBLISH_KEY: ${{ secrets.PUBLISH_KEY }}
108108
run: |
109-
./gradlew publishAllToMavenCentral --stacktrace
109+
./gradlew publishToMavenCentral --stacktrace
110110
111111
sonar:
112112
needs: [test]

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
PUBLISH_USER: ${{ secrets.PUBLISH_USER }}
3434
PUBLISH_KEY: ${{ secrets.PUBLISH_KEY }}
3535
run: |
36-
./gradlew publishAllToMavenCentral
36+
./gradlew publishToMavenCentral

0 commit comments

Comments
 (0)