Skip to content

Commit

Permalink
prefix error with "error"
Browse files Browse the repository at this point in the history
  • Loading branch information
mruoss committed Jan 12, 2025
1 parent aad3d8f commit bffb005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm_chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bffb005

Please sign in to comment.