mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2026-04-12 09:40:04 +00:00
feat: add a new output - "new-release-published"
This commit is contained in:
parent
ddd286be06
commit
be8f403201
4 changed files with 71 additions and 3 deletions
|
|
@ -11,6 +11,9 @@ inputs:
|
|||
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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue