Skip to content

Commit

Permalink
push changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemrm committed Dec 8, 2024
1 parent 595fa0c commit aaa43a8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ jobs:
git commit -a -m 'chart docs updated'
fi
if ! git --no-pager diff --exit-code "origin/${{ github.ref_name }}"..HEAD; then
git push origin "${{ github.ref_name }}"
exit 1
fi
# - name: Package chart
# run: |
# helm package "${{ steps.chart_meta.outputs.chart_name }}" --version "${{ steps.chart_meta.outputs.chart_version }}"
Expand Down

0 comments on commit aaa43a8

Please sign in to comment.