[GHA] Create GH release workflow callable
This commit is contained in:
6
.github/workflows/create-gh-release.yml
vendored
6
.github/workflows/create-gh-release.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user