Skip to content

Commit ab4fb3c

Browse files
authored
[Release 1.13] Fix the publish community operators bot (#3166)
The publish community operator github action failed. The scripts relay in OPM version 1.47, while the OPM version in the publish-community-operators.yaml github action is 1.35. This PR fixes the OPM version to fix this issue. Signed-off-by: Nahshon Unna-Tsameret <[email protected]>
1 parent 9cf50a0 commit ab4fb3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-community-operators.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
QUAY_USERNAME: ${{ secrets.QUAY_USERNAME }}
1414
QUAY_PASSWORD: ${{ secrets.QUAY_PASSWORD }}
1515
REGISTRY_NAMESPACE: kubevirt
16-
OPM_VERSION: v1.35.0
16+
OPM_VERSION: v1.47.0
1717
steps:
1818
- name: resolve the correct branch of the tag
1919
run: |

0 commit comments

Comments
 (0)