Skip to content

align with openyurt charts refs/heads/master from commit e64569671e14… #150

align with openyurt charts refs/heads/master from commit e64569671e14…

align with openyurt charts refs/heads/master from commit e64569671e14… #150

Workflow file for this run

name: Release Charts
on:
push:
branches:
- main
jobs:
release:
if: github.repository == 'openyurtio/openyurt-helm'
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Fetch history
run: git fetch --prune --unshallow
- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
- name: Set up Helm
uses: azure/setup-helm@v2.0
with:
version: v3.8.1
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.5.0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_SKIP_EXISTING: true