From c8640d18d7c14e30f0cb13bdada46f25747e63a2 Mon Sep 17 00:00:00 2001 From: michaeljguarino Date: Fri, 26 Jul 2024 20:12:50 -0400 Subject: [PATCH] fix gh action issue (#1224) --- .github/workflows/publish.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 59d8978823..71c27ef771 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -245,10 +245,6 @@ jobs: uses: mikefarah/yq@master with: cmd: yq -i '.dependencies[] |= select(.name == "controller").version="${{ steps.controller_vsn.outputs.result }}"' charts/console-rapid/Chart.yaml - - name: update byok - uses: mikefarah/yq@master - with: - cmd: yq -i '.dependencies[] |= select(.name == "controller").version="${{ steps.controller_vsn.outputs.result }}"' plural/helm/console-rapid/Chart.yaml - name: helm-dependencies run: make helm-dependencies-rapid - name: Create Pull Request