mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2025-11-07 10:46:56 +00:00
19 lines
445 B
YAML
19 lines
445 B
YAML
name: 'Action For Semantic Release'
|
|
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: ''
|
|
outputs:
|
|
new-release-published:
|
|
description: "Whether a new release was published"
|
|
runs:
|
|
using: 'node12'
|
|
main: 'index.js'
|