Skip to content

Commit

Permalink
Fix play store check pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
siper committed Aug 25, 2024
1 parent c51a518 commit 700cf92
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 @@ -58,7 +58,7 @@ platform :android do
validate_only: true,
skip_upload_aab: true,
skip_upload_apk: true,
changes_not_sent_for_review: false
changes_not_sent_for_review: true
)
end
end

0 comments on commit 700cf92

Please sign in to comment.