Skip to content

Commit abee158

Browse files
authored
Merge pull request #25 from uhooi/hotfix/fix_deploy_cocoapods
Fix deploying CocoaPods
2 parents 1d1576b + 80325a8 commit abee158

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
jobs:
88
deploy-cocoapods:
99
runs-on: macOS-latest
10+
env:
11+
DEVELOPER_DIR: /Applications/Xcode_13.2.app
1012
steps:
1113
- uses: actions/checkout@v2
1214
- name: Install bundled Gems

0 commit comments

Comments
 (0)