ci: fix chart version update failing when version already matches

This commit is contained in:
2026-02-23 20:55:38 -05:00
parent 04203e4efb
commit 0fc4ff503b
+1 -1
View File
@@ -79,7 +79,7 @@ jobs:
run: | run: |
sed -i "s/^version: .*/version: ${{ steps.version.outputs.version }}/" chart/Chart.yaml sed -i "s/^version: .*/version: ${{ steps.version.outputs.version }}/" chart/Chart.yaml
git add chart/Chart.yaml git add chart/Chart.yaml
git commit -m "chore: release version ${{ steps.version.outputs.version }}" git diff --quiet --staged || git commit -m "chore: release version ${{ steps.version.outputs.version }}"
- name: Create and Push Tag - name: Create and Push Tag
run: | run: |