Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex009 committed May 5, 2020
2 parents e76e35a + 0a97aec commit dec587d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/compilation-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Check plugin build
- name: Cocoapods install
run: (cd sample/ios-app && pod install)
- name: Check library
run: ./gradlew -PlibraryPublish detekt :socket-io:build
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Publish plugin
- name: Cocoapods install
run: (cd sample/ios-app && pod install)
- name: Publish library
run: ./gradlew -PlibraryPublish :socket-io:publishAllPublicationsToBintrayRepository -DBINTRAY_USER=${{ secrets.BINTRAY_USER }} -DBINTRAY_KEY=${{ secrets.BINTRAY_KEY }}

0 comments on commit dec587d

Please sign in to comment.