Skip to content

Commit 613bf73

Browse files
committed
Update release workflow: describe version number pattern expected with input 'version'
1 parent a40709f commit 613bf73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
workflow_dispatch:
44
inputs:
55
version:
6-
description: "Version Number"
6+
description: "Version Number (x.y.z)"
77
required: true
88
type: string
99
platform:

0 commit comments

Comments
 (0)