Skip to content

Release New Version

Release New Version #2

Workflow file for this run

name: Release New Version
on:
push:
branches:
- master
workflow_dispatch:
branches:
- master
- github-workflow
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout Latest Changes
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Package and Publish Charts
uses: ./.github/actions/publish_charts
with:
github-token: '${{ secrets.GITHUB_TOKEN }}'