Use main branch for helm/chart-releaser-action (#70)

It seems helm has renamed their HEAD from master to main. Update the
github workflow to reflect that.

Fixes #69
This commit is contained in:
Axel Wagner 2021-06-20 20:24:12 +02:00 committed by GitHub
parent 50f6941db3
commit d5b85e5d7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ jobs:
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
- name: Run chart-releaser
uses: helm/chart-releaser-action@master
uses: helm/chart-releaser-action@main
with:
charts_dir: charts
env: