SemVer Validation Action
ActionsTags
(2)SEMVER validator based on rubenesp87/semver-validation-action
but with official regex taken from semver.org.
Required Version to validate.
uses: skymatic/semver-validation-action@v3
with:
version: ${{ github.event.release.tag_name }}
uses: skymatic/semver-validation-action@v3
with:
version: 'v0.7.9'
uses: skymatic/semver-validation-action@v3
with:
version: '0.7.9-beta.1'
SemVer Validation Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.