Skip to content

Commit 7491c13

Browse files
Add trigger to release Go client libraries (dell#65)
1 parent 1f0eaa3 commit 7491c13

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@ on: # yamllint disable-line rule:truthy
88
version:
99
description: 'Version to release (major, minor, patch) Ex: 1.0.0'
1010
required: true
11+
repository_dispatch:
12+
types: [release-go-libs]
1113
jobs:
1214
csm-release:
1315
uses: dell/common-github-actions/.github/workflows/csm-release-libs.yaml@main
1416
name: Release Go Client Libraries
17+
with:
18+
version: "${{ github.event.inputs.option || 'minor' }}"
19+
secrets: inherit

0 commit comments

Comments
 (0)