Skip to content

GitHub Action for bumping the version number of an iOS project

License

Notifications You must be signed in to change notification settings

ngeri/version-bump

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Version bumper for iOS projects

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!

How to add a secrets?

Inputs

appStoreConnectPrivateKey

Required App Store Connect private key with header and footer

keyID

Required App Store Connect private key identifier

issuerID

Required App Store Connect issuer identifier

targetName

Required Target name to identify the application

Example usage

- name: Build number bump
  uses: ngeri/version-bump@v1.0.2
  with:
    appStoreConnectPrivateKey: ${{ secrets.appStoreConnectPrivateKey }}
    keyID: ${{ env.keyID }}
    issuerID: ${{ env.issuerID }}
    targetName: ${{ env.targetName }}

About

GitHub Action for bumping the version number of an iOS project

Resources

License

Stars

Watchers

Forks

Packages

No packages published