Skip to content

Commit dec587d

Browse files
committed
Merge branch 'develop'
2 parents e76e35a + 0a97aec commit dec587d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/compilation-check.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,7 @@ jobs:
1616
uses: actions/setup-java@v1
1717
with:
1818
java-version: 1.8
19-
- name: Check plugin build
19+
- name: Cocoapods install
20+
run: (cd sample/ios-app && pod install)
21+
- name: Check library
2022
run: ./gradlew -PlibraryPublish detekt :socket-io:build

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,7 @@ jobs:
1414
uses: actions/setup-java@v1
1515
with:
1616
java-version: 1.8
17-
- name: Publish plugin
17+
- name: Cocoapods install
18+
run: (cd sample/ios-app && pod install)
19+
- name: Publish library
1820
run: ./gradlew -PlibraryPublish :socket-io:publishAllPublicationsToBintrayRepository -DBINTRAY_USER=${{ secrets.BINTRAY_USER }} -DBINTRAY_KEY=${{ secrets.BINTRAY_KEY }}

0 commit comments

Comments
 (0)