Skip to content

Commit

Permalink
Fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-pratik-k committed Apr 29, 2024
1 parent 0c9f459 commit 475d76a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/android_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,4 @@ jobs:
gem install bundler -v 2.4.22
bundle install
echo $APP_PLAY_SERVICE_JSON | base64 -di > google_play_api_key.json
bundle exec fastlane supply init --track internal
bundle exec fastlane upload_internal versionName:$buildName versionCode:$buildNumber
1 change: 1 addition & 0 deletions app/android/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ platform :android do
skip_upload_metadata: true,
skip_upload_images: true,
skip_upload_apk: true,
release_status: 'draft',
aab: '../build/app/outputs/bundle/release/app-release.aab',
skip_upload_screenshots: true)
end
Expand Down

0 comments on commit 475d76a

Please sign in to comment.