semantic-branch-version/action.yml

12 lines
272 B
YAML
Raw Permalink Normal View History

2020-07-05 18:57:46 +08:00
name: 'Semantic branch version'
author: 'Koen Eijkemans'
description: 'Github action that grabs a version from the branch name'
outputs:
branchname:
description: name of the branch
runs:
using: 'node12'
2020-07-05 18:57:46 +08:00
main: 'index.js'
branding:
icon: 'check'
color: 'green'