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

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