Skip to content

Commit

Permalink
[GHA] Create GH release workflow callable
Browse files Browse the repository at this point in the history
  • Loading branch information
BoykoAlex committed Jul 23, 2024
1 parent fe7a6c3 commit 205b97b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/create-gh-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 205b97b

Please sign in to comment.