Skip to content

FIX: Set the correct name #3

FIX: Set the correct name

FIX: Set the correct name #3

Workflow file for this run

---
name: release helm chart
on:
push:
branches-ignore:
- master
tags: 'v[0-9]+.[0-9]+.*[0-9]*'
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: chartversion
run: ./scripts/chartversion.sh
- name: publish Helm charts
uses: stefanprodan/helm-gh-pages@master
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
charts_dir: ./helm/
linting: off