nadiamoe/Validate tag and obtain semver from it

Validates the tag of a release follows the semver standard (with v prefix) and dumps the unprefixed version as the value of env var SEMVER. If release is a prerelease, it appends `-pre` to said env var.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tagTag to use. Defaults to the current tag being releasedno${{ github.event.release.tag_name }}
presuffixSuffix to append to version if release is a prerelease. Dash is added automatically.nopre

no outputs