actions-marketplace-validations/Simple Version
This action will generate version and unique version code based on the last tag
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| path | The path to the git repository in which the last tag will be searched | no | ./ |
| isUseGithubRunNumber | Indicates whether to use a variable github.run_number from Github Actions to generate a version code | no | true |
| offset | The value to be added to the version code. If not 0, then the isUseGithubRunNumber parameter will be ignored | no | 0 |
Outputs
| name | description |
|---|---|
| tag | The tag that was retrieved from the github repository |
| semver | Valid semver that was retrieved from the tag |
| versionCode | A number that can be used as a build number, for example in Android |