semantic-branch-version/action.yml
2020-07-04 17:18:10 +02:00

8 lines
208 B
YAML

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