Skip to content

Commit ba81820

Browse files
authored
Merge pull request #69 from OneSignal/user-api-updates
ci: use `publishAndReleaseToMavenCentral` task for publishing new versions
2 parents bfbbedf + 697b2f8 commit ba81820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-maven-central.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
6969
- name: Publish to Maven Central
7070
run: |
71-
./gradlew publishToMavenCentral --no-configuration-cache \
71+
./gradlew publishAndReleaseToMavenCentral --no-configuration-cache \
7272
-PmavenCentralUsername="$MAVEN_CENTRAL_USERNAME" \
7373
-PmavenCentralPassword="$MAVEN_CENTRAL_PASSWORD" \
7474
-Psigning.keyId="$SIGNING_KEY_ID" \

0 commit comments

Comments
 (0)