Skip to content

Commit d4b6cb8

Browse files
committed
s
1 parent e0ba83a commit d4b6cb8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/release.yaml

+8-8
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ on:
66
workflow_dispatch:
77
inputs:
88
option:
9-
description: 'Select version to release'
10-
required: true
11-
type: choice
12-
default: 'minor'
13-
options:
14-
- major
15-
- minor
16-
- patch
9+
description: 'Select version to release'
10+
required: true
11+
type: choice
12+
default: 'minor'
13+
options:
14+
- major
15+
- minor
16+
- patch
1717
jobs:
1818
csm-release:
1919
uses: harishp8889/test-common-github-actions/.github/workflows/csm-release-libs.yaml@main

0 commit comments

Comments
 (0)