Bump helm/chart-releaser-action from v1.1.0 to v1.2.0 (#47)

Bumps [helm/chart-releaser-action](https://github.com/helm/chart-releaser-action) from v1.1.0 to v1.2.0.
- [Release notes](https://github.com/helm/chart-releaser-action/releases)
- [Commits](https://github.com/helm/chart-releaser-action/compare/v1.1.0...120944e66390c2534cc1b3c62d7285ba7ff02594)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-02-19 08:47:45 +01:00 committed by GitHub
parent 4362c28968
commit f9632dec7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,6 +29,6 @@ jobs:
helm repo add stable https://charts.helm.sh/stable
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.1.0
uses: helm/chart-releaser-action@v1.2.0
env:
CR_TOKEN: "${{ secrets.CR_TOKEN }}"