chore: add ability to create beta releases [skip ci]

This commit is contained in:
Luke Bonaccorsi 2024-03-06 12:35:55 +00:00
parent 2c741fe32e
commit cdcad837b7
2 changed files with 7 additions and 1 deletions

View File

@ -2,6 +2,7 @@ on:
push:
branches:
- main
workflow_dispatch:
jobs:
create-release:

View File

@ -1,6 +1,11 @@
{
"branches": [
"main"
"main",
{
"name": "*",
"channel": "beta",
"prerelease": "beta"
}
],
"plugins": [
[