Skip to content

Commit c430866

Browse files
committed
chore: publish SDK step changed
1 parent 09b7cc6 commit c430866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-snapshot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
./gradlew clean build
3838
- name: Publish the SDK - Snapshot
3939
run: |
40-
./gradlew publishAllPublicationsToMavenCentralRepository
40+
./gradlew publishAndReleaseToMavenCentral --no-configuration-cache
4141
env:
4242
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.mavenCentralUsername }}
4343
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.mavenCentralPassword }}

0 commit comments

Comments
 (0)