chore(mobile): fix action/lane conflict [skip e2e]

This commit is contained in:
moughxyz
2024-10-11 10:43:43 -05:00
parent 47b90147ef
commit 09c4775753
4 changed files with 5 additions and 5 deletions

View File

@@ -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'

View File

@@ -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

View File

@@ -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

View File

@@ -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"