Skip to content

Commit 93837a2

Browse files
committed
ac updt
1 parent 0cd18a2 commit 93837a2

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.github/workflows/release.yaml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,19 @@ on: # yamllint disable-line rule:truthy
55
workflow_call:
66
workflow_dispatch:
77
inputs:
8-
version:
9-
description: 'Version to release (major, minor, patch), Example: 1.x.x'
10-
required: true
11-
images:
12-
description: "List of image names. Example: csi-powerstore, csi-isilon"
13-
type: string
14-
required: true
8+
option:
9+
description: 'Select version to release'
10+
required: true
11+
type: choice
12+
options:
13+
- major
14+
- minor
15+
- patch
1516
jobs:
1617
csm-release:
1718
uses: harishp8889/test-common-github-actions/.github/workflows/csm-release-driver-module.yaml@main
1819
name: Release CSM Drivers and Modules
1920
with:
2021
version: ${{ github.event.inputs.version }}
21-
images: ${{ github.event.inputs.images }}
22+
images: "csi-powerstore"
2223
secrets: inherit

0 commit comments

Comments
 (0)