We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 573018f commit 0fa216fCopy full SHA for 0fa216f
1 file changed
.github/workflows/dispatch_release.yaml
@@ -4,7 +4,7 @@ on:
4
workflow_dispatch:
5
inputs:
6
tag:
7
- description: '`vx.y.z` 형태로 버전을 입력해주세요.'
+ description: 'enter version(x.y.z)'
8
required: true
9
default: v1.0.0
10
0 commit comments