We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f0eaa3 commit 7491c13Copy full SHA for 7491c13
.github/workflows/release.yaml
@@ -8,7 +8,12 @@ on: # yamllint disable-line rule:truthy
8
version:
9
description: 'Version to release (major, minor, patch) Ex: 1.0.0'
10
required: true
11
+ repository_dispatch:
12
+ types: [release-go-libs]
13
jobs:
14
csm-release:
15
uses: dell/common-github-actions/.github/workflows/csm-release-libs.yaml@main
16
name: Release Go Client Libraries
17
+ with:
18
+ version: "${{ github.event.inputs.option || 'minor' }}"
19
+ secrets: inherit
0 commit comments