Skip to content

Commit 255d2e8

Browse files
authored
Revert "ci: Update and commit Podfile.lock [skip ci] (#85)" (#92)
Version bump happens at a later stage so running `pod install` before release only makes the job slower. This reverts commit b79fcb7.
1 parent ff2fe1d commit 255d2e8

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -202,12 +202,6 @@ jobs:
202202
node-version: 12
203203
- name: Install
204204
run: |
205-
yarn link
206-
pushd example 1> /dev/null
207-
yarn
208-
yarn link react-native-test-app
209-
pod install --project-directory=ios
210-
popd 1> /dev/null
211205
yarn
212206
- name: Release
213207
env:

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}",
6262
"assets": [
6363
"example/ios/Podfile.lock",
64+
"example/yarn.lock",
6465
"package.json"
6566
]
6667
}

0 commit comments

Comments
 (0)