Skip to content

Commit

Permalink
Update Fastfile (#1303)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashdavies authored Nov 6, 2024
1 parent b96b682 commit e7a0006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ platform :android do
lane :publish_to_play_store do
upload_to_play_store(
package_name: "io.ashdavies.playground",
release_status: "draft"
release_status: "draft",
track: "internal",
json_key: "conferences-app/src/androidMain/play-store-key.json",
aab: "conferences-app/build/outputs/bundle/release/conferences-app-release.aab",
Expand Down

0 comments on commit e7a0006

Please sign in to comment.