We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Podfile.lock
1 parent ff2fe1d commit 255d2e8Copy full SHA for 255d2e8
.github/workflows/build.yml
@@ -202,12 +202,6 @@ jobs:
202
node-version: 12
203
- name: Install
204
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
211
yarn
212
- name: Release
213
env:
package.json
@@ -61,6 +61,7 @@
61
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}",
62
"assets": [
63
"example/ios/Podfile.lock",
64
+ "example/yarn.lock",
65
"package.json"
66
]
67
}
0 commit comments