diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 16275d1..c95b129 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -43,7 +43,7 @@ jobs: - name: "Publish" shell: sh run: | - sh gradlew kmmBridgePublish publishAllPublicationsToAirthingsGitHubPackagesRepository \ + sh gradlew kmmBridgePublish publishAllPublicationsToGitHubPackagesRepository \ -PGITHUB_ARTIFACT_RELEASE_ID=${{ steps.devrelease.outputs.id }} \ -PENABLE_PUBLISHING=true \ -PGITHUB_PUBLISH_TOKEN=${{ secrets.GITHUB_TOKEN }} \ diff --git a/gradle.properties b/gradle.properties index bc84098..0043934 100644 --- a/gradle.properties +++ b/gradle.properties @@ -19,7 +19,7 @@ # Versioning: GROUP=com.airthings.lib -LIBRARY_VERSION=0.2.22 +LIBRARY_VERSION=0.2.23 # Gradle/KMP options: org.gradle.jvmargs=-Xmx2048M -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options\="-Xmx2048M"