Skip to content

Commit

Permalink
changed: upload to internal track by default
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimir-8 committed Jun 3, 2024
1 parent b13a9a3 commit 1219ada
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ on:
description: Deploy a specific git tag
required: true
deploy_google_play:
description: 'Deploy to Google Play'
description: 'Upload to Google Play'
required: true
type: boolean
default: true
google_play_track:
description: 'Google Play track'
required: true
type: string
default: 'production'
default: 'internal'
build_official:
description: 'Build official app'
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fastlane_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ on:
google_play_track:
type: string
required: false
default: "production"
default: "internal"
deploy_google_play:
type: boolean
required: false
Expand Down

0 comments on commit 1219ada

Please sign in to comment.