-
-
Notifications
You must be signed in to change notification settings - Fork 336
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: Fix TestFlight upload for previews #972
Conversation
App Store connect requires a period-separated list of at most three non-negative integers for the version. Therefore the version bump script must not add the suffixes of preview releases. This is fixed now.
…y/sentry-cocoa into ci/fix-app-store-connect-upload
Codecov Report
@@ Coverage Diff @@
## master #972 +/- ##
==========================================
+ Coverage 94.73% 94.76% +0.02%
==========================================
Files 78 78
Lines 3589 3589
==========================================
+ Hits 3400 3401 +1
+ Misses 189 188 -1
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm
📜 Description
App Store connect requires a period-separated list of at most three non-negative integers
for the version. Therefore we remove now the preview version suffixes with Fastlane before
uploading.
💡 Motivation and Context
The upload of iOS-Swift to TestFlight failed.
💚 How did you test it?
With CI.
📝 Checklist
🔮 Next steps