mirror of
https://github.com/ButlerLogic/action-autotag.git
synced 2024-11-10 10:21:08 +07:00
13 lines
304 B
YAML
13 lines
304 B
YAML
name: 'Autotag'
|
|
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'
|