modified publish workflow for testing. again.

This commit is contained in:
gitclonebrian
2025-11-25 12:42:25 -05:00
parent 9736d8532e
commit f0d3389688

View File

@@ -152,11 +152,6 @@ jobs:
decimal=$(echo "scale=2; ${ROLLOUT_PERCENTAGE/\%/} / 100" | bc)
bundle exec fastlane updateReleaseNotes \
releaseNotes:"$RELEASE_NOTES" \
versionCode:"$VERSION_CODE" \
packageName:"$PACKAGE_NAME"
bundle exec fastlane promoteToProduction \
versionCode:"$VERSION_CODE" \
versionName:"$VERSION_NAME" \