Skip to content

fix(ci): checkout repo for chart publish (#7) #2

fix(ci): checkout repo for chart publish (#7)

fix(ci): checkout repo for chart publish (#7) #2

name: "[CI] Publish Charts"
on:
push:
branches:
- main
jobs:
publish-charts:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
with:
ref: 'main'
- name: "Setup Helm"
uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # 4.3.0
- name: "Publish Charts"
run: hack/publish-charts.sh