We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06ab236 commit 0924a4bCopy full SHA for 0924a4b
1 file changed
.github/workflows/release.yml
@@ -2,6 +2,11 @@ name: Release
2
3
on:
4
workflow_dispatch:
5
+ inputs:
6
+ tag_name:
7
+ description: Release tag name (e.g., v1.0.0-beta.1)
8
+ type: string
9
+ default: ''
10
workflow_call:
11
inputs:
12
tag_name:
0 commit comments