From 1592d0252f81b830840dd29277e1f49c1a661e8d Mon Sep 17 00:00:00 2001 From: Zhiyuan Zheng Date: Wed, 3 Feb 2021 08:57:50 +0100 Subject: [PATCH] Try again --- .github/workflows/staging.yml | 14 ++++++++++---- fastlane/.gitignore | 1 + fastlane/README.md | 29 ----------------------------- ios/tooot/Info.plist | 2 +- 4 files changed, 12 insertions(+), 34 deletions(-) delete mode 100644 fastlane/README.md diff --git a/.github/workflows/staging.yml b/.github/workflows/staging.yml index 273c7cd3..660e20f0 100644 --- a/.github/workflows/staging.yml +++ b/.github/workflows/staging.yml @@ -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 }} diff --git a/fastlane/.gitignore b/fastlane/.gitignore index a6b52973..7a4eed9a 100644 --- a/fastlane/.gitignore +++ b/fastlane/.gitignore @@ -3,6 +3,7 @@ *.p8 *.p12 +/README.md /report.xml Preview.html screenshots \ No newline at end of file diff --git a/fastlane/README.md b/fastlane/README.md deleted file mode 100644 index bdf09fa7..00000000 --- a/fastlane/README.md +++ /dev/null @@ -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). diff --git a/ios/tooot/Info.plist b/ios/tooot/Info.plist index 6f194baf..f0ccbe67 100644 --- a/ios/tooot/Info.plist +++ b/ios/tooot/Info.plist @@ -19,7 +19,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.8 + 0.1 CFBundleSignature ???? CFBundleURLTypes