Skip to content

Bump codecov/codecov-action from 4.5.0 to 4.6.0 (#88) #59

Bump codecov/codecov-action from 4.5.0 to 4.6.0 (#88)

Bump codecov/codecov-action from 4.5.0 to 4.6.0 (#88) #59

name: Publish charts
on:
push:
branches:
- main
jobs:
release:
runs-on: ubuntu-latest
continue-on-error: true
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.4.0
- name: Run chart-releaser
uses: helm/[email protected]
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"