Bump helm/chart-releaser-action from v1.0.0-alpha.2 to v1.0.0

Bumps [helm/chart-releaser-action](https://github.com/helm/chart-releaser-action) from v1.0.0-alpha.2 to v1.0.0.
- [Release notes](https://github.com/helm/chart-releaser-action/releases)
- [Commits](https://github.com/helm/chart-releaser-action/compare/v1.0.0-alpha.2...97237943efb7a48269d47a642ec5fdff675aa55f)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-09-13 11:38:44 +00:00 committed by github-actions[bot]
parent 16dcf4f123
commit f3cbee4592
1 changed files with 1 additions and 1 deletions

View File

@ -28,6 +28,6 @@ jobs:
helm repo add stable https://kubernetes-charts.storage.googleapis.com/
helm repo add incubator https://kubernetes-charts-incubator.storage.googleapis.com/
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.0.0-alpha.2
uses: helm/chart-releaser-action@v1.0.0
env:
CR_TOKEN: "${{ secrets.CR_TOKEN }}"