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

Commit 1510b2f

Browse files
committed
#294 fixed publish strategy added lost pod install command
1 parent b675ee3 commit 1510b2f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-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

0 commit comments

Comments
 (0)