Skip to content

chore: update chart to 1.3.2 (#223) #5

chore: update chart to 1.3.2 (#223)

chore: update chart to 1.3.2 (#223) #5

Workflow file for this run

name: Publish Helm Chart
on:
push:
branches:
- main
paths:
- "charts/**"
- ".github/workflows/on-push-main-publish-chart.yml"
workflow_dispatch:
jobs:
publish-chart:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
- name: Run chart-releaser
uses: helm/chart-releaser-action@a917fd15b20e8b64b94d9158ad54cd6345335584 # v1.6.0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"