fix(release/helm): allow empty commits for rerun (#4163)

* fix(release/helm): allow empty commits for rerun

* remove empty commit and just move forward
This commit is contained in:
Tarun Pothulapati 2024-11-25 13:59:10 +05:30 committed by GitHub
parent 872d5e2d7d
commit 3d68c9c99e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -93,7 +93,7 @@ jobs:
git commit \
-m 'chore(helm-chart): update to ${{ env.TAG_NAME }}' \
contrib/charts/dragonfly/Chart.yaml \
contrib/charts/dragonfly/ci
contrib/charts/dragonfly/ci || true
- name: Push Helm chart as OCI to Github
if: env.IS_PRERELEASE != 'true'