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