mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-10 18:05:44 +02:00
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:
parent
872d5e2d7d
commit
3d68c9c99e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-release.yml
vendored
2
.github/workflows/docker-release.yml
vendored
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue