Skip to content

Commit

Permalink
publish-helm: add job to propagate changes to project-operator-cop
Browse files Browse the repository at this point in the history
  • Loading branch information
cbarbian-sap committed Jun 27, 2023
1 parent 8ec3506 commit b27c547
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
runs-on: ubuntu-22.04

steps:
- name: Checkout
uses: actions/checkout@v3

- name: Validate chart version
run: |
chart_version=$(yq .version $CHART_DIR/Chart.yaml)
Expand Down

0 comments on commit b27c547

Please sign in to comment.