Skip to content

Commit e7c8a21

Browse files
authored
Remove dots in helm release name (#1022)
1 parent 7f13ad4 commit e7c8a21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ jobs:
236236
- name: Install Chart
237237
run: >
238238
helm install
239-
helm-$(echo ${{ steps.nkg-meta.outputs.tags }} | cut -d ":" -f 2)
239+
helm-$(echo ${{ steps.nkg-meta.outputs.tags }} | tr '.' '-' | cut -d ":" -f 2)
240240
.
241241
--wait
242242
--create-namespace

0 commit comments

Comments
 (0)