Skip to content
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

UploadToAppStoreConnect action doesn't take version into account #8

Open
clayellis opened this issue Jan 26, 2023 · 0 comments
Open

Comments

@clayellis
Copy link
Collaborator

Problem

Currently the ArchiveExportUploadXcodeProject action's BuildNumberStrategy.autoIncrementingInteger doesn't take version into account, only build number. So if App Store Connect had a version 1.0 build 2, and the project version changes to version 2.0, the build will be auto-incremented to build 3.

Desired Outcome

It should be reset to build 1 for version 2.0.

Alternative:

Build numbers increment regardless of version increases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant