Skip to content

Commit

Permalink
Fix deployment pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-radhika-s committed Jan 31, 2024
1 parent 547545a commit e9909c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Publish (Internal)

on:
push:
branches:
- main
on: [ push ]

jobs:
deploy_internal_android:
Expand Down
1 change: 1 addition & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ platform :android do
build_type: 'release') # compile a release bundle application app.aab
upload_to_play_store(
track: 'internal',
release_status: 'draft',
skip_upload_metadata: true,
skip_upload_images: true,
skip_upload_apk: true,
Expand Down

0 comments on commit e9909c9

Please sign in to comment.