Skip to content

fix: fix cd pages not loading due to ts error (#591) #120

fix: fix cd pages not loading due to ts error (#591)

fix: fix cd pages not loading due to ts error (#591) #120

Workflow file for this run

name: Publish Chart
on:
push:
branches:
- master
- cd-scaffolding
jobs:
publish:
name: Publish helm chart
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
- name: Run chart-releaser
id: release
uses: helm/[email protected]
with:
config: "./.github/configs/cr.yaml"
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"