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 e4d0f9d commit 45d453dCopy full SHA for 45d453d
.github/workflows/release.yml
@@ -5,7 +5,7 @@ on:
5
tags:
6
- "v*.*.*" # Matches stable versions like v1.2.3
7
- "v*.*.*-*" # Matches pre-release versions like v2.0.1-beta
8
-
+ workflow_dispatch:
9
jobs:
10
build-and-release:
11
runs-on: ubuntu-latest
0 commit comments