You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bump Android & iOS versions and build numbers in your project.
Usage
name: Bump Versionon:
push:
branches:
- masterjobs:
bump:
runs-on: ubuntu-lateststeps:
- uses: actions/checkout@v2
- uses: ults-io/mobile-version-bump-action@v2with:
version-code: 1# optional param for Android versionCode - if not provided, will be incremented by 1build-number: 1# optional param for iOS build number - if not provided, will be incremented by 1android-project-path: ./android # required if you want to trigger Android version bumpios-project-path: ./ios # required if you want to trigger iOS version bumpbump-type: patch # optional param for version bump type - can be one of: major, minor, patchapp-version: 1.0.0 # optional param for Android & iOS version
Inputs
Name
Description
Required
version-code
Android versionCode
No
build-number
iOS build number
No
android-project-path
Path to Android project
No
ios-project-path
Path to iOS project
No
bump-type
Version bump type
No
app-version
App for Android & iOS version
No
Outputs
Name
Description
android-version-code
Android versionCode
android-version
Android version
ios-build-number
iOS build number
ios-version
iOS version
About
Github Action to bump Android & iOS versions and build numbers