Skip to content

Commit bf20248

Browse files
committed
fix(ocm): overwrite once to fix metadata and remove it later
On-behalf-of: @SAP angel.kafazov@sap.com Signed-off-by: Angel Kafazov <akafazov@cst-bg.net>
1 parent f30c059 commit bf20248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ocm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ jobs:
509509
510510
- name: Transfer to OCM REPO
511511
if: steps.version_check.outputs.needs_update == 'true'
512-
run: ./ocm transfer ctf --no-update .ocm/transport.ctf "ghcr.io/platform-mesh"
512+
run: ./ocm transfer ctf --overwrite .ocm/transport.ctf "ghcr.io/platform-mesh"
513513

514514
- name: Sign OCM Component
515515
if: steps.version_check.outputs.needs_update == 'true'

0 commit comments

Comments
 (0)