diff --git a/.github/workflows/auto-publish-snapshot.yml b/.github/workflows/auto-publish-snapshot.yml index 938b4cda..185201f8 100644 --- a/.github/workflows/auto-publish-snapshot.yml +++ b/.github/workflows/auto-publish-snapshot.yml @@ -26,4 +26,4 @@ jobs: JAVA_HOME: ${{ steps.setup-java.outputs.path }} run: | chmod u+x ./gradlew - ./gradlew publishAllPublicationsToStyxRepository -Pversion=${{ env.SNAPSHOT_COMMIT }} -Dorg.gradle.parallel=false --stacktrace --no-configuration-cache \ No newline at end of file + ./gradlew publishDesktopPublicationToStyxRepository publishAndroidReleasePublicationToStyxRepository -Pversion=${{ env.SNAPSHOT_COMMIT }} -Dorg.gradle.parallel=false --stacktrace --no-configuration-cache \ No newline at end of file