Skip to content

Commit 2d4eec0

Browse files
authored
Merge pull request #4 from cloudbeds/fix/improve-version-input-description
fix: improve version input description in publish.yaml
2 parents 43db433 + 0b610fc commit 2d4eec0

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

0 commit comments

Comments
 (0)