Skip to content

Commit f268627

Browse files
authored
Update build.yml (#328)
#!skip-build!# #!skip-deploy!# Signed-off-by: Nikita Petko <[email protected]>
1 parent 4f52c93 commit f268627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ jobs:
463463
let deployableComponentsMap = '';
464464
465465
for (const component of deployableComponents.split(',')) {
466-
const [name, version] = component.split(':');
466+
let [name, version] = component.split(':');
467467
468468
if (!version) version = 'latest';
469469

0 commit comments

Comments
 (0)