Skip to content

rubenesp87/semver-validation-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

Semver validation action

SEMVER validator

Inputs

version

Required Version to validate.

Example usage

uses: rubenesp87/[email protected]
with:
  version: ${{ github.event.release.tag_name }}
uses: rubenesp87/[email protected]
with:
  version: 'v0.7.9'
uses: rubenesp87/[email protected]
with:
  version: '0.7.9-beta.1'