Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 529 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 529 Bytes

Hello world javascript action

![Test][test-badge]

This action provides a semantic version from a raw version input.

Inputs

versioning

Required The string including the version to coerce.

Outputs

version

The semantic version coerced from versioning

Example usage

uses: tynn-xyz/semantic-version@v1
with:
  versioning: 'v1'