pass package name to format release notes

This commit is contained in:
Amy Galles 2025-08-07 11:23:24 -07:00
parent aa9e151a0b
commit a0874a7c4f
No known key found for this signature in database
GPG Key ID: 00445BCEEB6E92BD

View File

@ -147,7 +147,8 @@ jobs:
bundle exec fastlane updateReleaseNotes \
releaseNotes:"$RELEASE_NOTES" \
versionCode:"$VERSION_CODE"
versionCode:"$VERSION_CODE" \
packageName:"$PACKAGE_NAME"
bundle exec fastlane promoteToProduction \
versionCode:"$VERSION_CODE" \