Skip to content

Commit e62d7cc

Browse files
committed
fix: improve version input description in publish.yaml for clarity
1 parent 7c6bffd commit e62d7cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
inputs:
66
version:
7-
description: 'The version to release'
7+
description: 'Optional version to use (bypasses version bump and git commits if provided)'
88
required: false
99
default: ""
1010
mfd-tag:

0 commit comments

Comments
 (0)