Skip to content

Commit c4a97a8

Browse files
committed
fix operator sdk version
Signed-off-by: Jeeva Kandasamy <jkandasa@gmail.com>
1 parent 3b904ff commit c4a97a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- uses: shivanshs9/setup-k8s-operator-sdk@v1
2727
with:
28-
version: "1.11.0"
28+
version: "v1.11.0"
2929

3030
- name: Build container and push
3131
run: |

0 commit comments

Comments
 (0)