Skip to content

Commit

Permalink
Merge pull request #299 from anton6tak/#294-update-to-kotlin1.5.20-gr…
Browse files Browse the repository at this point in the history
…adle-7.0.2

#294 fixed publish strategy added lost pod install command
  • Loading branch information
Alex009 committed Jul 29, 2021
2 parents 7f8f67a + 1510b2f commit 3c8c367
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 11
- name: Cocoapods install
run: (cd sample/ios-app && pod install)
- name: Publish plugin
run: ./gradlew -p plugin publishMavenJavaPublicationToOSSRHRepository
- name: Publish library
Expand Down

0 comments on commit 3c8c367

Please sign in to comment.