Skip to content

chore(deps): bump actions/checkout from 4.0.0 to 4.1.0 (#87) #39

chore(deps): bump actions/checkout from 4.0.0 to 4.1.0 (#87)

chore(deps): bump actions/checkout from 4.0.0 to 4.1.0 (#87) #39

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@8ade135a41bc03ea155e62e844d188df1ea18608
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 }}