semantic-branch-version/action.yml

9 lines
216 B
YAML
Raw Normal View History

name: 'Semantic git version action'
description: 'Github action that grabs a version from the branch name'
inputs:
outputs:
branchname:
description: name of the branch
runs:
using: 'node12'
main: 'index.js'