Skip to content

Commit d328a58

Browse files
ci: install cocoapods
1 parent 8274474 commit d328a58

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/check.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ jobs:
5454
working-directory: packages/examples/${{ matrix.example }}
5555
run: yarn install --frozen-lockfile
5656

57+
- name: Install iOS dependencies (CocoaPods)
58+
working-directory: packages/examples/${{ matrix.example }}/ios
59+
run: bundle exec pod install
60+
5761
- name: Build iOS (Release)
5862
working-directory: packages/examples/${{ matrix.example }}
5963
run: |

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
name: Release
22

33
on:
4-
push:
5-
branches:
6-
- main
4+
release:
5+
types: [ published ]
76

87
concurrency:
98
group: '${{ github.workflow }}-${{ github.head_ref || github.ref_name }}'

0 commit comments

Comments
 (0)