Skip to content

chore(deps): bump helm/chart-releaser-action from 1.5.0 to 1.6.0 (#92) #43

chore(deps): bump helm/chart-releaser-action from 1.5.0 to 1.6.0 (#92)

chore(deps): bump helm/chart-releaser-action from 1.5.0 to 1.6.0 (#92) #43

Workflow file for this run

name: Releaser
on:
push:
branches:
- main
concurrency:
group: releaser
jobs:
release:
runs-on: ubuntu-20.04
steps:
- name: Checkout Repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
with:
fetch-depth: 0
- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
- name: Set up Helm
uses: azure/setup-helm@v3
with:
version: v3.9.4
- name: Run chart-releaser
uses: helm/[email protected]
env:
CR_TOKEN: ${{ secrets.GITHUB_TOKEN }}