Skip to content

Merge pull request #6 from steveiliop56/feat/v5 #8

Merge pull request #6 from steveiliop56/feat/v5

Merge pull request #6 from steveiliop56/feat/v5 #8

Workflow file for this run

name: Release Charts
on:
push:
tags:
- "*"
jobs:
release:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Set up git
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.7.0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"