agendrix/Get iOS app version
GitHub Action that gets the MARKETING_VERSION from your iOS app's project.yml file (XcodeGen project).
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit May 3, 2023
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: agendrix/ios-get-app-version-action@c6299198c1712766d3ead7015a320af59b89a558 # v1.0.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| project-yml-path | Relative path to the project.yml file | yes | — |
Outputs
| name | description |
|---|---|
| app-version | The MARKETING_VERSION fetched from your iOS app's project.yml |