Skip to content

Commit fdf7850

Browse files
committed
fix: attempt to fix a breaking api change
1 parent fd1131a commit fdf7850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/oci.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ func AddComponentVersionToRepository(component Component, scheme string, compone
151151
}
152152
}
153153

154-
if err := comp.AddVersion(compvers); err != nil {
154+
if err := comp.AddVersion(compvers, true); err != nil {
155155
return fmt.Errorf("failed to add Version: %w", err)
156156
}
157157

0 commit comments

Comments
 (0)