5
0
Fork 0
mirror of https://github.com/cycjimmy/semantic-release-action.git synced 2025-11-07 02:36:55 +00:00
semantic-release-action/action.yml
2019-10-17 19:27:21 +08:00

16 lines
352 B
YAML

name: 'Semantic Release Action'
description: 'GitHub Action for Semantic Release'
author: 'cycjimmy'
branding:
icon: 'package'
color: 'orange'
inputs:
branch:
description: 'The branch for release'
default: master
extra_plugins:
description: 'Extra plugins for pre-install'
default: ''
runs:
using: 'node12'
main: 'index.js'