diff --git a/.github/workflows/ios.testflight.yml b/.github/workflows/ios.testflight.yml index 841d6524cfa..0d1ed5a03a5 100644 --- a/.github/workflows/ios.testflight.yml +++ b/.github/workflows/ios.testflight.yml @@ -53,5 +53,5 @@ jobs: MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }} PACKAGE_VERSION: ${{ env.PACKAGE_VERSION }} with: - lane: 'ios testflight' + lane: 'ios testflight_beta' subdirectory: 'packages/mobile' diff --git a/packages/mobile/Gemfile.lock b/packages/mobile/Gemfile.lock index 1fe8b432e8c..ee698a3a280 100644 --- a/packages/mobile/Gemfile.lock +++ b/packages/mobile/Gemfile.lock @@ -167,7 +167,7 @@ GEM xcodeproj (>= 1.13.0, < 2.0.0) xcpretty (~> 0.3.0) xcpretty-travis-formatter (>= 0.0.3) - fastlane-plugin-bundletool (1.0.9) + fastlane-plugin-bundletool (1.0.12) ffi (1.16.3) fourflusher (2.3.1) fuzzy_match (2.0.4) @@ -299,4 +299,4 @@ RUBY VERSION ruby 2.7.6p219 BUNDLED WITH - 2.3.15 + 2.3.25 diff --git a/packages/mobile/fastlane/Fastfile b/packages/mobile/fastlane/Fastfile index 2d914321914..66942c9d7cb 100755 --- a/packages/mobile/fastlane/Fastfile +++ b/packages/mobile/fastlane/Fastfile @@ -84,7 +84,7 @@ platform :ios do end desc 'Deploy prod app to tesflight' - lane :testflight do + lane :testflight_beta do deploy_ios 'StandardNotes', true end diff --git a/packages/web/package.json b/packages/web/package.json index 47887d2616b..2290f5d2576 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -3,7 +3,7 @@ "version": "3.195.8", "license": "AGPL-3.0", "main": "dist/app.js", - "author": "Standard Notes", + "author": "Standard Notes.", "private": true, "files": [ "dist"