Skip to content

Commit

Permalink
chore: log diffs made by release
Browse files Browse the repository at this point in the history
  • Loading branch information
hspitzley-czi committed Jan 16, 2025
1 parent f3de9ce commit 8d0f286
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/chart-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ jobs:
helm package ${CHARTS_DIR} -d ${PACKAGE_DIR}
helm repo index ${PACKAGE_DIR} --url ${CHART_DOWNLOAD_URL} --merge ${PACKAGE_DIR}/index.yaml
git diff
git add -A
git commit -m "chore: publish charts from ${{ github.repository }} ${{ steps.parse_tag.outputs.result }}"
git push

0 comments on commit 8d0f286

Please sign in to comment.