[GHA] Create GH release workflow callable

This commit is contained in:
aboyko
2024-07-23 09:11:54 -04:00
parent fe7a6c346d
commit 205b97b7fc

View File

@@ -7,6 +7,12 @@ on:
description: Github release marker, i.e. 4.20.1.RELEASE
required: true
type: string
workflow_call:
inputs:
version:
description: Github release marker, i.e. 4.20.1.RELEASE
required: true
type: string
permissions:
contents: write