chore(mobile): fix action/lane conflict [skip e2e]
This commit is contained in:
2
.github/workflows/ios.testflight.yml
vendored
2
.github/workflows/ios.testflight.yml
vendored
@@ -53,5 +53,5 @@ jobs:
|
|||||||
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}
|
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}
|
||||||
PACKAGE_VERSION: ${{ env.PACKAGE_VERSION }}
|
PACKAGE_VERSION: ${{ env.PACKAGE_VERSION }}
|
||||||
with:
|
with:
|
||||||
lane: 'ios testflight'
|
lane: 'ios testflight_beta'
|
||||||
subdirectory: 'packages/mobile'
|
subdirectory: 'packages/mobile'
|
||||||
|
|||||||
@@ -167,7 +167,7 @@ GEM
|
|||||||
xcodeproj (>= 1.13.0, < 2.0.0)
|
xcodeproj (>= 1.13.0, < 2.0.0)
|
||||||
xcpretty (~> 0.3.0)
|
xcpretty (~> 0.3.0)
|
||||||
xcpretty-travis-formatter (>= 0.0.3)
|
xcpretty-travis-formatter (>= 0.0.3)
|
||||||
fastlane-plugin-bundletool (1.0.9)
|
fastlane-plugin-bundletool (1.0.12)
|
||||||
ffi (1.16.3)
|
ffi (1.16.3)
|
||||||
fourflusher (2.3.1)
|
fourflusher (2.3.1)
|
||||||
fuzzy_match (2.0.4)
|
fuzzy_match (2.0.4)
|
||||||
@@ -299,4 +299,4 @@ RUBY VERSION
|
|||||||
ruby 2.7.6p219
|
ruby 2.7.6p219
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.3.15
|
2.3.25
|
||||||
|
|||||||
@@ -84,7 +84,7 @@ platform :ios do
|
|||||||
end
|
end
|
||||||
|
|
||||||
desc 'Deploy prod app to tesflight'
|
desc 'Deploy prod app to tesflight'
|
||||||
lane :testflight do
|
lane :testflight_beta do
|
||||||
deploy_ios 'StandardNotes', true
|
deploy_ios 'StandardNotes', true
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
"version": "3.195.8",
|
"version": "3.195.8",
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
"main": "dist/app.js",
|
"main": "dist/app.js",
|
||||||
"author": "Standard Notes",
|
"author": "Standard Notes.",
|
||||||
"private": true,
|
"private": true,
|
||||||
"files": [
|
"files": [
|
||||||
"dist"
|
"dist"
|
||||||
|
|||||||
Reference in New Issue
Block a user