Skip to content

Commit

Permalink
Set uploaded appbundles status to completed
Browse files Browse the repository at this point in the history
  • Loading branch information
tk-nguyen committed Sep 16, 2024
1 parent 2b787a7 commit a6def9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ platform :android do
track = "internal"
upload_to_play_store(track: track,
aab: '../build/app/outputs/bundle/release/app-release.aab',
release_status: "draft")
release_status: "completed")
end

lane :deploy_candidate do
Expand Down

0 comments on commit a6def9d

Please sign in to comment.