Skip to content

Commit

Permalink
added skip_upload_apk to fastlane
Browse files Browse the repository at this point in the history
  • Loading branch information
ChathuraHettiarachchi committed Mar 27, 2024
1 parent 9c126a5 commit 37a0605
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 14 deletions.
29 changes: 15 additions & 14 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ platform :android do

upload_to_play_store(
track: "internal",
package_name: "com.backbase.moviebox",
json_key: ENV["ANDROID_JSON_KEY_FILE"]
skip_upload_apk: true
)
end

Expand Down

0 comments on commit 37a0605

Please sign in to comment.