Skip to content

Merge pull request #52 from halkeye/fix-annotations-2 #79

Merge pull request #52 from halkeye/fix-annotations-2

Merge pull request #52 from halkeye/fix-annotations-2 #79

name: Helm Publish
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
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@v1
with:
version: v3.4.0
- name: Run chart-releaser
uses: helm/[email protected]
with:
charts_dir: stable
env:
CR_TOKEN: "${{ secrets.ACCESS_TOKEN }}"
CR_SKIP_EXISTING: true