Skip to content

Commit f4d0c6a

Browse files
committed
initial
1 parent 78e178b commit f4d0c6a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ jobs:
2323

2424
# Runs upload, and then closes & releases the repository
2525
- name: Publish to MavenCentral
26-
run: ./gradlew publishAndReleaseToMavenCentral --no-configuration-cache
27-
# run: ./gradlew publishAllPublicationsToMavenCentralRepository --no-configuration-cache
26+
run: ./gradlew publishAllPublicationsToMavenCentralRepository --no-configuration-cache
2827
env:
2928
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.ORG_GRADLE_PROJECT_mavenCentralUsername }}
3029
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.ORG_GRADLE_PROJECT_mavenCentralPassword }}

0 commit comments

Comments
 (0)