Try again

This commit is contained in:
Zhiyuan Zheng 2021-02-03 08:57:50 +01:00
parent 2aa7cb7946
commit 1592d0252f
No known key found for this signature in database
GPG Key ID: 078A93AB607D85E0
4 changed files with 12 additions and 34 deletions

View File

@ -13,13 +13,19 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: 14.x
- name: -- Step 3 -- Install node dependencies
- name: -- Step 3 -- Use Expo action
uses: expo/expo-github-action@v5
with:
expo-version: 4.x
expo-username: ${{ secrets.EXPO_USERNAME }}
expo-token: ${{ secrets.EXPO_TOKEN }}
- name: -- Step 4 -- Install node dependencies
run: yarn install
- name: -- Step 4 -- Install native dependencies
- name: -- Step 5 -- Install native dependencies
run: npx pod-install
- name: -- Step 5 -- Install ruby dependencies
- name: -- Step 6 -- Install ruby dependencies
run: bundle install
- name: -- Step 6 -- Run fastlane
- name: -- Step 7 -- Run fastlane
env:
TOOOT_ENVIRONMENT: staging
SENTRY_ORGANIZATION: ${{ secrets.SENTRY_ORGANIZATION }}

1
fastlane/.gitignore vendored
View File

@ -3,6 +3,7 @@
*.p8
*.p12
/README.md
/report.xml
Preview.html
screenshots

View File

@ -1,29 +0,0 @@
fastlane documentation
================
# Installation
Make sure you have the latest version of the Xcode command line tools installed:
```
xcode-select --install
```
Install _fastlane_ using
```
[sudo] gem install fastlane -NV
```
or alternatively using `brew install fastlane`
# Available Actions
## iOS
### ios build
```
fastlane ios build
```
Build and deploy
----
This README.md is auto-generated and will be re-generated every time [fastlane](https://fastlane.tools) is run.
More information about fastlane can be found on [fastlane.tools](https://fastlane.tools).
The documentation of fastlane can be found on [docs.fastlane.tools](https://docs.fastlane.tools).

View File

@ -19,7 +19,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.8</string>
<string>0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>