mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2026-04-07 07:59:24 +00:00
feat(outputs): add new_release_channel
This commit is contained in:
parent
606b318c9c
commit
ae40dc6658
6 changed files with 10 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -7,6 +7,10 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- master
|
||||
- next
|
||||
- next-major
|
||||
- alpha
|
||||
- beta
|
||||
|
||||
jobs:
|
||||
release:
|
||||
|
|
|
|||
1
.github/workflows/testRelease.yml
vendored
1
.github/workflows/testRelease.yml
vendored
|
|
@ -6,7 +6,6 @@ on:
|
|||
- master
|
||||
- next
|
||||
- next-major
|
||||
- next-major
|
||||
- alpha
|
||||
- beta
|
||||
- 'feat/**'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue