Skip to content

Commit 6b38f3c

Browse files
committed
ci(common): add missing type for workflow input
1 parent e08c4db commit 6b38f3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/host-contracts-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
inputs:
66
release:
77
description: "Set to true for release tagging"
8+
type: boolean
89
required: false
910
default: false
1011

0 commit comments

Comments
 (0)