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 8a22c6b commit 02d6643Copy full SHA for 02d6643
.github/workflows/release.yml
@@ -7,6 +7,7 @@ on:
7
- 'v*.*.*-alpha*' # Alpha releases: v1.0.0-alpha, v1.0.0-alpha1
8
- 'v*.*.*-beta*' # Beta releases: v1.0.0-beta, v1.0.0-beta2
9
- 'v*.*.*-rc*' # Release candidates: v1.0.0-rc1, v1.0.0-rc10
10
+ workflow_dispatch:
11
12
jobs:
13
build-and-release:
0 commit comments