yorifuji/App Store Connect Next Version
Determines the next version and build number based on App Store Connect status.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| issuer-id | App Store Connect API Issuer ID. | yes | — |
| key-id | App Store Connect API Key ID. | yes | — |
| key | App Store Connect API Private Key. | yes | — |
| bundle-id | The bundle ID of the app. | yes | — |
| platform | The platform of the app (e.g., IOS, MAC_OS, TV_OS). Defaults to IOS. | no | IOS |
| create-new-version | Set to true to automatically create a new App Store version if one does not exist. | no | false |
Outputs
| name | description |
|---|---|
| version | The determined version string for the next build. |
| buildNumber | The determined build number for the next build. |
| action | The action to take: new_version, increment_build, or skip. |
| versionCreated | True if a new App Store version was created, false otherwise. |