Skip to content

Commit

Permalink
chore(mobile): fix action/lane conflict [skip e2e]
Browse files Browse the repository at this point in the history
  • Loading branch information
moughxyz committed Oct 11, 2024
1 parent 47b9014 commit 09c4775
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ios.testflight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
4 changes: 2 additions & 2 deletions packages/mobile/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -299,4 +299,4 @@ RUBY VERSION
ruby 2.7.6p219

BUNDLED WITH
2.3.15
2.3.25
2 changes: 1 addition & 1 deletion packages/mobile/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 09c4775

Please sign in to comment.