Skip to content

Commit 205b97b

Browse files
committed
[GHA] Create GH release workflow callable
1 parent fe7a6c3 commit 205b97b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/create-gh-release.yml

+6
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ on:
77
description: Github release marker, i.e. 4.20.1.RELEASE
88
required: true
99
type: string
10+
workflow_call:
11+
inputs:
12+
version:
13+
description: Github release marker, i.e. 4.20.1.RELEASE
14+
required: true
15+
type: string
1016

1117
permissions:
1218
contents: write

0 commit comments

Comments
 (0)