Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
check-square

GitHub Action

SEMVER validator

0.0.6

SEMVER validator

check-square

SEMVER validator

Validate SEMVER version

Installation

Copy and paste the following snippet into your .yml file.

              

- name: SEMVER validator

uses: rubenesp87/[email protected]

Learn more about this action in rubenesp87/semver-validation-action

Choose a version

Semver validation action

SEMVER validator

Inputs

version

Required Version to validate.

Example usage

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