Skip to content

Commit 9be016a

Browse files
committed
publish action: made forceVersion optional
1 parent d506e94 commit 9be016a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
inputs:
66
forceVersion:
77
description: 'Force version'
8-
required: true
8+
required: false
99
default: ''
1010

1111
jobs:

0 commit comments

Comments
 (0)