Skip to content

Commit 2683770

Browse files
authored
CI: Fix publish task name (#34)
1 parent cf2245a commit 2683770

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: "Publish"
4444
shell: sh
4545
run: |
46-
sh gradlew kmmBridgePublish publishAllPublicationsToAirthingsGitHubPackagesRepository \
46+
sh gradlew kmmBridgePublish publishAllPublicationsToGitHubPackagesRepository \
4747
-PGITHUB_ARTIFACT_RELEASE_ID=${{ steps.devrelease.outputs.id }} \
4848
-PENABLE_PUBLISHING=true \
4949
-PGITHUB_PUBLISH_TOKEN=${{ secrets.GITHUB_TOKEN }} \

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
# Versioning:
2121
GROUP=com.airthings.lib
22-
LIBRARY_VERSION=0.2.22
22+
LIBRARY_VERSION=0.2.23
2323

2424
# Gradle/KMP options:
2525
org.gradle.jvmargs=-Xmx2048M -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options\="-Xmx2048M"

0 commit comments

Comments
 (0)