We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e76e35a + 0a97aec commit dec587dCopy full SHA for dec587d
.github/workflows/compilation-check.yml
@@ -16,5 +16,7 @@ jobs:
16
uses: actions/setup-java@v1
17
with:
18
java-version: 1.8
19
- - name: Check plugin build
+ - name: Cocoapods install
20
+ run: (cd sample/ios-app && pod install)
21
+ - name: Check library
22
run: ./gradlew -PlibraryPublish detekt :socket-io:build
.github/workflows/publish.yml
@@ -14,5 +14,7 @@ jobs:
14
15
- - name: Publish plugin
+ - name: Publish library
run: ./gradlew -PlibraryPublish :socket-io:publishAllPublicationsToBintrayRepository -DBINTRAY_USER=${{ secrets.BINTRAY_USER }} -DBINTRAY_KEY=${{ secrets.BINTRAY_KEY }}
0 commit comments