Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 643dc58

Browse files
authored
Merge pull request #301 from icerockdev/master
get actual state on develop
2 parents 6d49562 + f509a00 commit 643dc58

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
uses: actions/setup-java@v1
2626
with:
2727
java-version: 11
28+
- name: Cocoapods install
29+
run: (cd sample/ios-app && pod install)
2830
- name: Publish plugin
2931
run: ./gradlew -p plugin publishMavenJavaPublicationToOSSRHRepository
3032
- name: Publish library

build.gradle.kts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ buildscript {
1818
}
1919

2020
allprojects {
21+
22+
plugins.withId("org.gradle.maven-publish") {
23+
group = "dev.icerock.moko"
24+
version = libs.versions.mokoWidgetsVersion.get()
25+
}
26+
2127
configurations
2228
.matching { it.name == "compileOnly" }
2329
.configureEach {

0 commit comments

Comments
 (0)