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