This action will check the App Store Connect based on the provided inputs and bumps the bundle version number of the already checked out xcode project. Apple Generic should be set for the Versioning System build setting.
Please use secrets when appropriate!
Required App Store Connect private key with header and footer
Required App Store Connect private key identifier
Required App Store Connect issuer identifier
Required Target name to identify the application
- name: Build number bump
uses: ngeri/version-bump@v1.0.2
with:
appStoreConnectPrivateKey: ${{ secrets.appStoreConnectPrivateKey }}
keyID: ${{ env.keyID }}
issuerID: ${{ env.issuerID }}
targetName: ${{ env.targetName }}