From bffb0053e841461fd5d7a90a9aef990be073e7c3 Mon Sep 17 00:00:00 2001 From: Michael Ruoss Date: Sun, 12 Jan 2025 14:27:55 +0100 Subject: [PATCH] prefix error with "error" --- .github/workflows/helm_chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helm_chart.yaml b/.github/workflows/helm_chart.yaml index 220d2c7..2c343ef 100644 --- a/.github/workflows/helm_chart.yaml +++ b/.github/workflows/helm_chart.yaml @@ -44,7 +44,7 @@ jobs: if [[ "$git_tag" == "v${chart_tag}" ]]; then helm push livebook-*.tgz oci://ghcr.io/${{ github.repository_owner }}/charts else - echo "Git Tag (${git_tag}) and Chart.yaml version (v${chart_tag}) mismatch!" + echo "Error: Git Tag (${git_tag}) and Chart.yaml version (v${chart_tag}) mismatch!" exit 1 fi - name: Upload artifacthub-repo.yml