We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c741fe commit cdcad83Copy full SHA for cdcad83
.github/workflows/release.yaml
@@ -2,6 +2,7 @@ on:
2
push:
3
branches:
4
- main
5
+ workflow_dispatch:
6
7
jobs:
8
create-release:
.releaserc
@@ -1,6 +1,11 @@
1
{
"branches": [
- "main"
+ "main",
+ {
+ "name": "*",
+ "channel": "beta",
+ "prerelease": "beta"
+ }
9
],
10
"plugins": [
11
[
0 commit comments