ildug/Get Semver Tag
It gets pushed GIT tag and loads it into an action environment variable
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
no inputs
Outputs
| name | description |
|---|---|
| release | Complete GIT tag |
| tag | Semver with 'v' |
| version | only numeric version (without 'v' if exists) |
| major | MAJOR |
| minor | MINOR |
| patch | PATCH |