Skip to content

build: Release chart/agh3 3.2.5 (#153) #19

build: Release chart/agh3 3.2.5 (#153)

build: Release chart/agh3 3.2.5 (#153) #19

name: ⚙️ [AGH3] Auto Release Chart
on:
push:
branches:
- main
paths:
- charts/agh3/**
jobs:
release:
runs-on: ubuntu-latest
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: v3.13.3
- name: 📦 Add Helm dependency repos
run: |
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo update
- name: 🎁 Release Chart
uses: helm/chart-releaser-action@v1
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"