You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "Determine the current semantic version"
inputs:
github_token:
description: "Token to use to push to the repo. Pass in using `secrets.GITHUB_TOKEN`."
required: true
prefix:
description: 'Version prefix used to create tag. Usually empty or "v" or "=".'
required: false
default: ""
include_tag_type:
description: "If specified, only tags with 't' or 'v' based prefix will be included e.g. v1.0.0. The 't' and 'v' will not be removed from output. This can be used with prefix for mono-repos."
required: false
default: false
outputs:
version:
description: "The new semantic version that was calculated."