Skip to content

Commit

Permalink
fix gh action issue (#1224)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino authored Jul 27, 2024
1 parent 7b2567e commit c8640d1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c8640d1

Please sign in to comment.