chore: add ability to create beta releases [skip ci]
This commit is contained in:
parent
2c741fe32e
commit
cdcad837b7
|
|
@ -2,6 +2,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- main
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
create-release:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,11 @@
|
|||
{
|
||||
"branches": [
|
||||
"main"
|
||||
"main",
|
||||
{
|
||||
"name": "*",
|
||||
"channel": "beta",
|
||||
"prerelease": "beta"
|
||||
}
|
||||
],
|
||||
"plugins": [
|
||||
[
|
||||
|
|
|
|||
Loading…
Reference in New Issue