Skip to content

SemVer Validation Action

Actions
Validate SemVer
v3.0.0
Latest
Star (1)

Semver validation action

SEMVER validator based on rubenesp87/semver-validation-action but with official regex taken from semver.org.

Inputs

version

Required Version to validate.

Example usage

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.

About

Validate SemVer
v3.0.0
Latest

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.