Skip to content

Commit 90ef427

Browse files
committed
fix(ci): Clarify version input format in workflow
- Add description to remind users not to include 'v' prefix - Version should be like: 1.0.0-preview.2 (not v1.0.0-preview.2)
1 parent 332db05 commit 90ef427

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
workflow_dispatch:
88
inputs:
99
version:
10-
description: 'Release version to create'
10+
description: 'Release version to create (without v prefix, e.g., 1.0.0-preview.2)'
1111
required: true
1212

1313
jobs:

0 commit comments

Comments
 (0)