Skip to content

Commit

Permalink
fix(release/helm): allow empty commits for rerun (#4163)
Browse files Browse the repository at this point in the history
* fix(release/helm): allow empty commits for rerun

* remove empty commit and just move forward
  • Loading branch information
Pothulapati authored Nov 25, 2024
1 parent 872d5e2 commit 3d68c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 3d68c9c

Please sign in to comment.