From c598d8a00a7bc77dea5747a5a43ac3706d40d809 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=E1=B4=87=CA=80=C9=B4=E1=B4=85=20S=E1=B4=84=CA=9C?= =?UTF-8?q?=E1=B4=8F=CA=80=C9=A2=E1=B4=87=CA=80s?= Date: Thu, 28 Jul 2022 11:40:08 +0200 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=A7=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/charts-lint.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/charts-lint.yaml b/.github/workflows/charts-lint.yaml index 46247c2f..da59af19 100644 --- a/.github/workflows/charts-lint.yaml +++ b/.github/workflows/charts-lint.yaml @@ -67,7 +67,9 @@ jobs: - name: Check chart version update shell: bash run: | - zx .ci/scripts/check_chart_version.mjs "charts/${{ matrix.chart }}" + if ! zx .ci/scripts/check_chart_version.mjs "charts/${{ matrix.chart }}" ; then + echo "::error::Chart version has not been updated!" && exit 1 + fi - name: Install Kubernetes tools uses: yokawasa/action-setup-kube-tools@v0.8.2