Skip to content

Commit

Permalink
Merge pull request #25 from uhooi/hotfix/fix_deploy_cocoapods
Browse files Browse the repository at this point in the history
Fix deploying CocoaPods
  • Loading branch information
uhooi authored Dec 19, 2021
2 parents 1d1576b + 80325a8 commit abee158
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
jobs:
deploy-cocoapods:
runs-on: macOS-latest
env:
DEVELOPER_DIR: /Applications/Xcode_13.2.app
steps:
- uses: actions/checkout@v2
- name: Install bundled Gems
Expand Down

0 comments on commit abee158

Please sign in to comment.