Remove promote to production lane

This commit is contained in:
Amy Galles
2025-05-27 14:57:41 -07:00
parent 246c3e1768
commit 4acfb56df7

View File

@@ -112,11 +112,11 @@ jobs:
bundle exec fastlane updateReleaseNotes
bundle exec fastlane promoteToProduction \
versionCode:"$VERSION_CODE" \
rolloutPercentage:"$ROLLOUT_PERCENTAGE" \
storePassword:"$PLAY_KEYSTORE_PASSWORD" \
keyAlias:upload \
keyPassword:"$PLAY_KEY_PASSWORD" \
packageName:"$PACKAGE_NAME"\
releaseNotes: "$RELEASE_NOTES"
# bundle exec fastlane promoteToProduction \
# versionCode:"$VERSION_CODE" \
# rolloutPercentage:"$ROLLOUT_PERCENTAGE" \
# storePassword:"$PLAY_KEYSTORE_PASSWORD" \
# keyAlias:upload \
# keyPassword:"$PLAY_KEY_PASSWORD" \
# packageName:"$PACKAGE_NAME"\
# releaseNotes: "$RELEASE_NOTES"