Skip to content

feat: improve ci in github actions (#562) #5

feat: improve ci in github actions (#562)

feat: improve ci in github actions (#562) #5

---
name: Helm - Release chart
on:
push:
branches: [main]
paths: [.github/workflows/release-chart.yaml, charts/**/*]
jobs:
release-chart:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
- name: Run chart-releaser
uses: helm/[email protected]
env:
CR_TOKEN: ${{ secrets.GITHUB_TOKEN }}