10000 publish action: made forceVersion optional · simdjson/simdjson-java@9be016a · GitHub
[go: up one dir, main page]

Skip to content

Commit 9be016a

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)
0