Skip to content

Commit

Permalink
Temporarily disable play store publish to dry run publish job
Browse files Browse the repository at this point in the history
  • Loading branch information
opatry committed Sep 26, 2024
1 parent ddd2b2f commit 0ca74a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _ci/playstore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ publish_aab() {
)
fi

bundle exec fastlane supply "${supply_args[@]}"
echo "bundle exec fastlane supply" "${supply_args[@]}"
# bundle exec fastlane supply "${supply_args[@]}"

step_done
}
Expand Down

0 comments on commit 0ca74a2

Please sign in to comment.