jrdn91/Update EAS Dynamic Config Build Numbers
An action to update buildNumber and versionCode when using a dynamic app config file
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| configPath | The location of your app config file | no | ./app.config.js |
| updateIos | Weather or not to run the update for iOS buildNumber | no | true |
| updateAndroid | Weather or not to run the update for android versionCode | no | true |
Outputs
| name | description |
|---|---|
| newIosBuildNumber | The build number that was updated if updateIos was set to true |
| newAndroidVersionCode | The version code that was updated if updateAndroid was set to true |