Skip to content

Fix missing quotes on storage class is default annotation (#7) #1

Fix missing quotes on storage class is default annotation (#7)

Fix missing quotes on storage class is default annotation (#7) #1

name: Release Charts
on:
push:
branches:
- rockcraft
paths:
- "deploy/charts/**"
jobs:
release:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: rockcraft
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/[email protected]
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
charts_dir: deploy/charts