Skip to content

Commit f56fa5f

Browse files
committed
[HOTFIX] Fix bump versions workflow
1 parent 6d58fcf commit f56fa5f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/bump-versions.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ on:
77
required: false
88
type: string
99
description: Type of release
10+
environmentCharts:
11+
required: false
12+
type: string
13+
description: Set to true if the repository has separate Helm chart directories for each environment
14+
default: 'false'
1015
version:
1116
required: false
1217
type: string

0 commit comments

Comments
 (0)