We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf2245a commit 2683770Copy full SHA for 2683770
2 files changed
.github/workflows/publish.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: "Publish"
44
shell: sh
45
run: |
46
- sh gradlew kmmBridgePublish publishAllPublicationsToAirthingsGitHubPackagesRepository \
+ sh gradlew kmmBridgePublish publishAllPublicationsToGitHubPackagesRepository \
47
-PGITHUB_ARTIFACT_RELEASE_ID=${{ steps.devrelease.outputs.id }} \
48
-PENABLE_PUBLISHING=true \
49
-PGITHUB_PUBLISH_TOKEN=${{ secrets.GITHUB_TOKEN }} \
gradle.properties
@@ -19,7 +19,7 @@
19
20
# Versioning:
21
GROUP=com.airthings.lib
22
-LIBRARY_VERSION=0.2.22
+LIBRARY_VERSION=0.2.23
23
24
# Gradle/KMP options:
25
org.gradle.jvmargs=-Xmx2048M -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options\="-Xmx2048M"
0 commit comments