Skip to content

Commit

Permalink
Merge pull request #38 from icerockdev/develop
Browse files Browse the repository at this point in the history
update jdk in publish
  • Loading branch information
Alex009 authored May 27, 2024
2 parents 7b780d7 + 42740c1 commit a673eba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
SIGNING_KEY: ${{ secrets.GPG_KEY_CONTENTS }}
steps:
- uses: actions/checkout@v1
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 11
java-version: 17
- name: Cocoapods install
run: (cd sample/ios-app && pod install)
- name: Publish library
Expand Down

0 comments on commit a673eba

Please sign in to comment.