autotag/action.yml
2019-09-02 19:29:11 -05:00

13 lines
307 B
YAML

name: 'Autotagger'
description: 'Automatically generate new tags when the package.json version changes.'
author: 'ButlerLogic'
branding:
icon: 'tag'
color: 'black'
outputs:
tag:
description: Returns the new tag value. Empty if a tag is not created.
runs:
using: 'node12'
main: 'lib/main.js'