Skip to content

docs: Update the upgrade script #217

docs: Update the upgrade script

docs: Update the upgrade script #217

Workflow file for this run

name: publish_helm_chart
on:
pull_request:
branches:
- release-**
- master
types: [ closed ]
permissions:
contents: write
jobs:
publish-helm-chart:
if: github.event.pull_request.merged == true && contains(github.event.pull_request.title, 'update manifest and helm charts')
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: true
fetch-depth: 0
- name: Publish Helm chart
uses: stefanprodan/helm-gh-pages@v1.7.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
charts_dir: charts
target_dir: charts
linting: off