We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dd76fd commit e2184aeCopy full SHA for e2184ae
.github/workflows/helm-chart.yml
@@ -29,7 +29,7 @@ jobs:
29
CHART_DIR="releases/${{ env.MATLAB_APP_VERSION }}/matlab-prodserver" && cat ${CHART_DIR}/Chart.yaml
30
echo "CHART_DIR=${CHART_DIR}" >> $GITHUB_ENV # Add to env if exists
31
32
- - name: Check chart version
+ - name: Check chart versions
33
run: |
34
grep 'version: ${{ env.HELM_CHART_VERSION }}' ${CHART_DIR}/Chart.yaml && grep 'appVersion: "${{ env.MATLAB_APP_VERSION }}"' ${CHART_DIR}/Chart.yaml
35
0 commit comments