Skip to content

Commit

Permalink
Update build.yml (#328)
Browse files Browse the repository at this point in the history
#!skip-build!#
#!skip-deploy!#

Signed-off-by: Nikita Petko <[email protected]>
  • Loading branch information
nikita-petko authored Jul 25, 2024
1 parent 4f52c93 commit f268627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ jobs:
let deployableComponentsMap = '';
for (const component of deployableComponents.split(',')) {
const [name, version] = component.split(':');
let [name, version] = component.split(':');
if (!version) version = 'latest';
Expand Down

0 comments on commit f268627

Please sign in to comment.