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