Skip to content

Switch to Zammad 6.3 (#260) #126

Switch to Zammad 6.3 (#260)

Switch to Zammad 6.3 (#260) #126

Workflow file for this run

name: Release Charts
on:
push:
branches:
- main
env:
helm-version: "v3.10.1"
jobs:
release:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
- name: Install Helm
uses: azure/setup-helm@v4
with:
version: "${{ env.helm-version }}"
- name: Run chart-releaser
uses: helm/chart-releaser-action@main
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
charts_dir: .